summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-08-01 21:06:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-08-01 21:06:18 +0200
commita132fee060fcc849fe59c622ef8010c83f8c041b (patch)
tree9d3b859a679a33c03efba04fc3cbddc2bf69ee98 /doc
parentd4c0eb036034288bab5202a8f0c6242cb1e5325b (diff)
downloadabaos-a132fee060fcc849fe59c622ef8010c83f8c041b.tar.gz
abaos-a132fee060fcc849fe59c622ef8010c83f8c041b.tar.bz2
correctly receiving data in the rtl8139 driver and passing it to the network
handler, in Qemu user network we see complete ARP requests now (sent by Qemu itself presumably to update it's 'router' table (an external telnet localhost 8080 is needed to trigger that)
Diffstat (limited to 'doc')
-rw-r--r--doc/LINKS.TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO
index 557e598..4824e48 100644
--- a/doc/LINKS.TODO
+++ b/doc/LINKS.TODO
@@ -113,3 +113,12 @@ http://wiki.osdev.org/Detecting_Memory_(x86)
Networking:
http://wiki.osdev.org/RTL8139
http://lowlevel.eu/wiki/RTL8139
+https://gist.github.com/pdumais/f5a2aff025fc7a3fe6bc
+http://linuxgazette.net/156/jangir.html
+http://blog.elastocloud.org/2015/07/qemukvm-bridged-network-with-tap.html
+
+Ethernet:
+https://en.wikipedia.org/wiki/EtherType
+
+ARP:
+https://tools.ietf.org/html/rfc826