summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-28 00:29:02 +0200
committerMiguel <m.i@gmx.at>2018-09-28 00:29:02 +0200
commit9a29d452d03a63f39a80c0640b7747d8508568e2 (patch)
tree05adc15fac805f019af21107a7e3d84135f483f9 /README.md
parentb3ec24b054fe36c7368048c3f1d0c46ed8fbb55e (diff)
moved mouse and kb, fixed mouse a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ce5bc6..c354dd2 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ FoolOS was/is tested/developed on the following emulators/machines
Todos
-----
+* 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
@@ -105,8 +106,9 @@ Todos
* EXTRA: switch to DMA where possible!?
* EXTRA: Unit Testing
-* EXTRA: GUI / Window Manager (update\_rect, etc..)
+* EXTRA: GUI / Window Manager (update\_rect, etc..) / double buffering / physical, virtual sizE? virtio ?
* EXTRA: Crazy & Funny terminal effects while typing (idea)
+* EXTRA: port to arm and berryboot / minicom?
Disclaimer
----------