Eric W. Biederman wrote:
> The big is I have redone the printing from Assmebly. The > transformation is straight forward (It is just name changes) > but if I broke something please holler. > > - Update of assembly printing routines to use the debug levels: > TTYS0_TX_CHAR now becomes CONSOLE_<LEVEL>_TX_CHAR. I made some change in console.inc to support #undefine SERIAL_CONSOLE case. > - SMP setup updates (Rons board is broken) > I now allow the other SMP processors to report their existence. > I really need to add a minimum time to run but that hasn't happened yet. I also added #define processor_index(p) 0 in start_stop.h for non-smp case to compile Please take a look if my hack is O.K. Ollie