summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-21 23:45:53 +0200
committerMiguel <m.i@gmx.at>2018-09-21 23:45:53 +0200
commit80f7ccf5f82d8f04f853bde0bdee5b44a5403104 (patch)
tree7c59e75f1dc414acacac3cbeaaf74e9c94f93fd9 /README.md
parentbbdbe0218637b17323aa83b494c98ddc558c122d (diff)
readme min upadte
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?