summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 0dedd78..f3fa4fd 100644
--- a/README.md
+++ b/README.md
@@ -86,17 +86,20 @@ FoolOS is tested/developed on the following emulators/machines
Todos
-----
-* Unit Testing
+* Cleanup Virtual Memory Manager / Flush TLB (?)
* Mouse & KB processing in seperate task.
* Kernel Stuff Reentrancy & Newlib Reeentrancy Struct
-* Ethernet driver E1000 / NS2000 & Networking stack (ipxe network drivers?)
-* Porting (ncurses, gcc, binutils, vim, apache...)
-* Posix getdents
-* GCC optimizations (break kernel?)
+* Posix getdents and cleanup syscalls
* Writing to ext2 RAM-image
* Mutexes
-* Flush TLB
+
+* GCC optimizations (break kernel?)
+
+* Ethernet driver E1000 / NS2000 & Networking stack (ipxe network drivers?)
+
+* Unit Testing
* GUI / Window Manager (update\_rect, etc..)
+* Porting (ncurses, gcc, binutils, vim, apache...)
Disclaimer
----------