readme change

This commit is contained in:
Chris 2026-02-06 00:12:17 +01:00
parent 7e081697e1
commit 3ba7d2da48
2 changed files with 4 additions and 5 deletions

Binary file not shown.

View file

@ -86,11 +86,10 @@ qemu-system-x86_64 -m 2G -serial stdio -cdrom brewos.iso -boot d
## Project Structure ## Project Structure
- `src/kernel/` - Main kernel implementation - `src/kernel/` - Main kernel implementation
- `boot.asm` - Boot assembly code - `boot.asm` - Boot assembly code
- `main.c` - Kernel entry point - `main.c` - Kernel entry point
- `*.c / *.h` - Core kernel modules (graphics, interrupts, filesystem, etc.) - `*.c / *.h` - Core kernel modules (graphics, interrupts, filesystem, etc.)
- `cli_apps/` - Command-line applications - `cli_apps/` - Command-line applications
- `wallpaper.ppm` - Default desktop wallpaper
- `build/` - Compiled object files (generated during build) - `build/` - Compiled object files (generated during build)
- `iso_root/` - ISO filesystem layout (generated during build) - `iso_root/` - ISO filesystem layout (generated during build)
- `limine/` - Limine bootloader files (downloaded automatically) - `limine/` - Limine bootloader files (downloaded automatically)