master
-Changed most of the header guard strings to be a little more verbose -Added include/arch/cpu.h which contains PAGE_SIZE and BIG/LITTLE endian macros
more work on the tcp/ip stack.
-user space network configuration in the form of the 'netcfg' app. -the default network configuration is now done in the bootscript
-added libsocket.so which lets you get to the existing socket functions from user space -added nettest app, which just contains some test code. currently defaults to telnetting into an irc server, which I successfully tried last night.
On x86 use the bswap instruction for ntohl and htonl
bunch of netstack work, mostly on tcp and various tweaks as utility functions change.
bunch of work on tcp: