diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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! / |
