Cleanup and Bugfixing
authorJohn Hodge <[email protected]>
Fri, 20 Nov 2009 16:06:55 +0000 (00:06 +0800)
committerJohn Hodge <[email protected]>
Fri, 20 Nov 2009 16:06:55 +0000 (00:06 +0800)
commitf035491c949cb86d92a93fc3d9d033538704256b
treeccfc5adc714964cb1345913c5d2b5e0d7c7a9545
parent47e9dfd89189fc6b150bd6b20229cb047c7e0858
Cleanup and Bugfixing
- Created a _very_ basic `ifconfig` app to test the IPStack module
- Fixed a bug in MM_NewWorkerStack that caused it to always fail
- Added the LEAVE_RET macro to simplify debugging
- Moved BochsGA driver to module tree
- More work on the IPStack
- Fixed compile errors in NE2000 driver
- and did some work on the makefiles
13 files changed:
Kernel/arch/x86/mm_virt.c
Kernel/binary.c
Kernel/drv/vterm.c
Kernel/include/common.h
Makefile
Modules/BochsGA/Makefile [new file with mode: 0644]
Modules/BochsGA/bochsvbe.c [new file with mode: 0644]
Modules/IPStack/link.h
Modules/IPStack/main.c
Modules/Makefile.tpl
Modules/NE2000/ne2000.c
Usermode/Applications/ifconfig_src/Makefile [new file with mode: 0644]
Usermode/Applications/ifconfig_src/main.c [new file with mode: 0644]

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