not much to see as even the readme is under construction
- Bootloader Limine
- GDT, IDT
- TSC
- Basic drivers
- Panic screen
- Scheduler
- Syscall
- User space / kernel space
- HPET
- ACPI
- GUI
continues…
To build the kernel:
makeTo build and run in QEMU:
make runTo build and debug:
make debugTo clean build files:
make cleanLicensed under GPL 3.0
