summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-25 12:43:03 +0200
committerMiguel <m.i@gmx.at>2018-09-25 12:43:03 +0200
commit112ca29a3bb2ab38693943ed33ee51f4fd7d2d81 (patch)
treec843051f9291ebe2de6e603c45d924d843d35ea4 /README.md
parent2ba77c01a33c3454aeed42d5394dd5ccede10851 (diff)
arp replies working!
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f461a32..ad813fd 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,8 @@ FoolOS is tested/developed on the following emulators/machines
Todos
-----
+* ethernet drivers: vbox E1000 /virtio / NS2000 / ipxe network drivers?
+* tcp/ip stack
* threads! semaphores
* return value / argv / env
@@ -100,7 +102,6 @@ Todos
* GCC optimizations (break kernel?) / volatile??
-* Ethernet driver E1000 / NS2000 & Networking stack (ipxe network drivers?)
* Unit Testing