From c9109e06c375bc55017e9471f4cfaad5461eab96 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 5 Feb 2026 23:38:10 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee712f3..49a3fac 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,10 @@ qemu-system-x86_64 -m 2G -serial stdio -cdrom brewos.iso -boot d ## Project Structure - `src/kernel/` - Main kernel implementation - - `boot.asm` - Boot assembly code - - `main.c` - Kernel entry point - - `*.c / *.h` - Core kernel modules (graphics, interrupts, filesystem, etc.) - - `cli_apps/` - Command-line applications - - `wallpaper.ppm` - Default desktop wallpaper +- `boot.asm` - Boot assembly code +- `main.c` - Kernel entry point +- `*.c / *.h` - Core kernel modules (graphics, interrupts, filesystem, etc.) +- `cli_apps/` - Command-line applications - `build/` - Compiled object files (generated during build) - `iso_root/` - ISO filesystem layout (generated during build) - `limine/` - Limine bootloader files (downloaded automatically)