The world noticeable change is that for fallback booting I seperated out the 32bit gdt and other 32bit entry code from entry16.inc and moved it into entry32.inc. So now where you previously included just entry16.inc you now need entry32.inc.
The 16bit entry code now much more position independent which allows me to use it even for startup of the no bootstrap CPUS in SMP. Eric - Updates for the supermicro p4dc6 motherboard - Code to initialize sdram from C on the l440gx - cache as ram code fro the p6 it works except conflict misses occur with addresses that are not cached so writing to ram does not work. Which makes it to brittle to count on. - Initial implementation of a fallback booting scheme where we can have two copies of linuxbios in rom at once. - Movement of 32 bit entry code from entry16.inc to entry32.inc - Update of all config files so they now also include entry32.inc - Fix for start_stop.c & entry16.inc so I can fairly arbitrarily relocate the 16bit entry code in SMP. - A small number of fixes for warnings
