kernel: Prepare for v0.1-pre

This commit is contained in:
RaphProductions 2025-05-11 18:37:15 +02:00
parent 6e77fbc323
commit 3bbc916ffd
6 changed files with 11 additions and 25 deletions

View file

@ -6,13 +6,18 @@ The Soaplin kernel is a new Unix-like operating system kernel.
* Memory management (VMM/PMM)
* Simple pre-emptive scheduler
* Ring 3 (user mode) support
* ELF loader
## In the works
* Virtual File System
* FPU support
## To come
* RTC support
* ELF loader
* Virtual File System
* EXT2 driver
* FAT32 driver
* CPIO-based init ram disk
* Video driver for Bochs graphics adapter, and the VMware display adapter.
* FPU support
## Known bugs
* If a user process calls the syscall handler by using interrupts, the system may crash due to a Page Fault.