kernel: Prepare for v0.1-pre
This commit is contained in:
parent
6e77fbc323
commit
3bbc916ffd
6 changed files with 11 additions and 25 deletions
11
README.md
11
README.md
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue