summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-18 03:03:28 +0200
committerMiguel <m.i@gmx.at>2018-09-18 03:03:28 +0200
commit2d91384197847a7e8fe2c3f548918a8277d3086d (patch)
tree7c93404e290a0ffbdaf9a8a94766d7bd0fd6e4f2 /README.md
parent06e6e427c76bdb88a7f72dd04411d95a4bda3270 (diff)
sysfs, errno, improve foolshell, etc
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index b78b139..8b39ab2 100644
--- a/README.md
+++ b/README.md
@@ -86,10 +86,11 @@ FoolOS is tested/developed on the following emulators/machines
Todos
-----
+
* Newlib errno / return value / argv / env
-* pipe\_syscall
+* pipe\_syscall / execve: support hashbangs
* DMA where possible!
-* Mouse & KB processing in seperate task.
+* optimized Mouse & KB processing in seperate task. (Kb all chars and different layouts)
* Kernel Stuff Reentrancy?
* Cleanup syscalls
* Writing to ext2 RAM-image
@@ -105,6 +106,8 @@ Todos
* GUI / Window Manager (update\_rect, etc..)
* Porting (ncurses, gcc, binutils, vim, apache...)
+* Crazy & Funny terminal effects while typing (idea)
+
Disclaimer
----------