summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index c354dd2..4b09107 100644
--- a/README.md
+++ b/README.md
@@ -88,13 +88,14 @@ FoolOS was/is tested/developed on the following emulators/machines
Todos
-----
-* ringbuffers (spinlock on/off, interrupts on/off, read/write blocks of data);
+* PRIO: ringbuffers (spinlock on/off, interrupts on/off, read/write blocks of data);
* PRIO: Writing to ext2 RAM-image!!!!
* PRIO: Fix scheduler. use all cpus! / accounting / queues?
-* PRIO: threads! semaphores/ mutexes
+* PRIO: semaphores/ mutexes
* PRIO: return value / argv / env
* PRIO: create/remove pages on demand (sbrk, stack, load prog)
-* PRIO: grow kernel vmem?
+* PRIO: grow kernel memory!
+
* PRIO: optimized Mouse & KB processing in seperate task. (Kb all chars and different layouts, arrow keys, ctrl-c etc)
* NETWORKING: tcp/ip stack/ traceroute / arptables / sockets! /