More work on IPStack (Also fixed Proc_SpawnWorker)
authorJohn Hodge <[email protected]>
Mon, 23 Nov 2009 09:18:49 +0000 (17:18 +0800)
committerJohn Hodge <[email protected]>
Mon, 23 Nov 2009 09:18:49 +0000 (17:18 +0800)
commit0f48b41ce8edd3b6d549d641b35901e4b51a5132
treefe17a6f92474d9a13f6ac0c619e08a8ccdde378a
parent243bdab4e7acc8516d9b1c138f45dc1195f97767
More work on IPStack (Also fixed Proc_SpawnWorker)
- Fixed structures in IPStack not being packed
- Fixed instances when byte orders were not handled
- Added stub UDP support
- Added copious ammounts of debug code to IPStack
- Added packet reception to NE2000 driver
- Changed autoconf in ifconfig to set the IP to 10.0.0.55
16 files changed:
Kernel/Makefile.BuildNum
Kernel/arch/x86/mm_virt.c
Kernel/arch/x86/proc.c
Modules/IPStack/Makefile
Modules/IPStack/arp.c
Modules/IPStack/arp.h
Modules/IPStack/icmp.c
Modules/IPStack/ipstack.h
Modules/IPStack/ipv4.c
Modules/IPStack/ipv4.h
Modules/IPStack/link.c
Modules/IPStack/main.c
Modules/IPStack/udp.c [new file with mode: 0644]
Modules/IPStack/udp.h [new file with mode: 0644]
Modules/NE2000/ne2000.c
Usermode/Applications/ifconfig_src/main.c

UCC git Repository :: git.ucc.asn.au