master
Get the ol' Dreamcast target building and sort of booting again. Doesn't really work, but it definitely gets somewhat into the boot processing before asploding.
x86_64: fill in the stage2 mmu stuff fix up the elf loader fix the code to copy physical memory ranges from multiboot
some vm to accomodate needing to have a region search spot be different from the larger address space, specifically the 64bit kernel address space.
add new bits to the compiler.h file add NO_RETURN attribute to panic, which fixes something in the x86_64 stuff point sys/cdefs.h to newos/compiler.h
bunch of work on tcp:
removed the key modifier logic from the lower level, and pushed it entirely into consoled and inputd.
Move all of the files in include/libc/... down to the top level include path.
Added some new headers to be a little more posix compliant. Moved the endian macros around a bit.
add a bunch more libc routines. most dont work, but let the c++ library link
Munge the libc header files around enough so that gcc can build libstdc++ against it. A pretty major milestone actually.