summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-11 19:49:17 +0200
committerMiguel <m.i@gmx.at>2018-09-11 19:49:17 +0200
commitc9351caacd49c8442cc586f9e53a2dcc49a004aa (patch)
tree7032ebdc1a6ff27043a3d2e81d897c2bf78731af /README.md
parentbd2c3fcfa2b562724667d7b83089b5ff1e2d33dc (diff)
cleaning up vmem etc..
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
----------