summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index ac12421..b78b139 100644
--- a/README.md
+++ b/README.md
@@ -86,16 +86,17 @@ FoolOS is tested/developed on the following emulators/machines
Todos
-----
-* pipe\_syscall
* Newlib errno / return value / argv / env
-* Cleanup Virtual Memory Manager / Flush TLB (?)
+* pipe\_syscall
+* DMA where possible!
* Mouse & KB processing in seperate task.
-* Kernel Stuff Reent?
-* Posix getdents and cleanup syscalls
+* Kernel Stuff Reentrancy?
+* Cleanup syscalls
* Writing to ext2 RAM-image
* Mutexes
+* create/remove pages on demand (sbrk, stack, load prog)
-* GCC optimizations (break kernel?)
+* GCC optimizations (break kernel?) / volatile??
* Ethernet driver E1000 / NS2000 & Networking stack (ipxe network drivers?)