[docs] Update roadmap: VFS is done, Kernel heap is implemented

This commit is contained in:
Kevin Lange 2011-01-28 14:00:14 -06:00
parent 8f80cb1324
commit c12ee6dabb

View File

@ -33,9 +33,9 @@ Currently, I have a kernel capable of reading its multiboot parameters, which is
* Finish James M's tutorial (second half), which covers:
* Paging *done*
* Heap
* VFS
* Initial RAM Disk (except I'll probably use my own format for the directory structure)
* Heap *done, implemented with klmalloc in the voide*
* VFS *done*
* Initial RAM Disk
* Multitasking
* User mode
* Finish basic kernel functionality