Implemented very first parts of the networking system.
commitf9d9883c55413f0658965d9ef9b1e10ec20c8389
authorMathias Gottschlag <mathias-go@web.de>
Fri, 19 Dec 2008 23:05:17 +0000 (20 00:05 +0100)
committerMathias Gottschlag <mathias-go@web.de>
Fri, 19 Dec 2008 23:05:17 +0000 (20 00:05 +0100)
tree0ba3447e68737be798b763895cd9f67c0002cfba
parent465759639f9a20f3425cf9f1b03069a888df5229
Implemented very first parts of the networking system.
system/include/net/arp.h [copied from system/modules/cdi/net.c with 61% similarity]
system/include/net/net.h [copied from system/modules/cdi/net.c with 60% similarity]
system/kernel/CMakeLists.txt
system/kernel/ke/pci.c
system/kernel/net/arp.c [new file with mode: 0644]
system/kernel/net/net.c [new file with mode: 0644]
system/modules/cdi/net.c