master
Moving a bunch of files around. I'm putting all of the dev/ and bus/ files under kernel/.
Beginnings of an arm port of newos
Massive reorganization of kernel addons:
Get M68K build working again
some limited work towards getting the system to compile for ppc.
pretty big refactor of the build system to solve a old standing problem that didn't allow different CFLAGS in any given target directory. As a result, the make files are now source file based, not object file based, (ie, MYSRC := foo.c bar.c, instead of foo.o bar.o). This means I had to touch more or less every make file in the system.
First pass at x86_64. Mostly consists of branching i386 stuff over.