summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 74a9b53..f461a32 100644
--- a/README.md
+++ b/README.md
@@ -87,13 +87,9 @@ Todos
-----
-* duplicate fds on fork
-* dup2 syscall
-* pipes
* threads! semaphores
-
-* Newlib errno / return value / argv / env
-* pipe\_syscall / execve: support hashbangs
+* return value / argv / env
+* execve: support hashbangs
* DMA where possible!
* optimized Mouse & KB processing in seperate task. (Kb all chars and different layouts)
* Kernel Stuff Reentrancy?