From 5f6c2bcf0d2f9c416134aba224d90a605f216818 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 28 Sep 2018 11:13:06 +0200 Subject: struggling with scheduler and userprog to view ppm files --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') 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! / -- cgit v1.2.3