[docs] Update readme, we have crude multitasking support

This commit is contained in:
Kevin Lange 2011-03-26 12:54:13 -05:00
parent 216a91524b
commit 80e993cffb

View File

@ -54,7 +54,7 @@ Currently, I have a kernel capable of reading its multiboot parameters, which is
* Heap *done, implemented with klmalloc in the void* * Heap *done, implemented with klmalloc in the void*
* VFS *done* * VFS *done*
* Initial RAM Disk *works, but not perfect* * Initial RAM Disk *works, but not perfect*
* Multitasking * Multitasking *done*
* User mode * User mode
* Finish basic kernel functionality * Finish basic kernel functionality
* Loading ELF binaries and executing them in user mode * Loading ELF binaries and executing them in user mode