summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-08-02 11:24:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-08-02 11:24:26 +0200
commit7d40548496f4d3cdfce828fc8e4f0fd4286e873a (patch)
tree97e0e01b231d602c63d95b481208b318c89e8018 /src/README
parent69af92a0ab9df5ebab1eb4bc69d83d89388e6ded (diff)
downloadabaos-7d40548496f4d3cdfce828fc8e4f0fd4286e873a.tar.gz
abaos-7d40548496f4d3cdfce828fc8e4f0fd4286e873a.tar.bz2
introduced a network library, added ethernet structure, moved
generic stuff out of the network driver, kernel now sees ARP messages and prints src and dst MAC addresses
Diffstat (limited to 'src/README')
-rw-r--r--src/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/README b/src/README
index c2e9065..43abced 100644
--- a/src/README
+++ b/src/README
@@ -75,3 +75,10 @@ C library routines
* stdlib.c - UNIX standard library functions
* stdio.c - I/O functions, printing
* setjmp.asm - setjmp/longjmp implementation (in assembly)
+
+net
+---
+
+Network library, currently IPv4 only.
+
+* arp.c - implementation of the ARP protocol