gem5/kern
Ali Saidi fffae72b45 Fixed serial support in 2.6 (too much work for...)
Removed bootloader and just wrote command line into linux kernel

base/inifile.cc:
    the forked process should not return, it should exit.
dev/tsunami_uart.cc:
dev/tsunami_uart.hh:
    The serial port in reality has some delay and linux expects it. This
    schedules an interrupt 300 cycles after the transmit instead of
    immediately
kern/linux/linux_system.cc:
kern/linux/linux_system.hh:
    removed boot loader and stuck boot command line in the kernel manually

--HG--
extra : convert_revision : 68aa54f8ca4e8391789f7a4c1ae227e6f8b94e13
2004-05-26 18:48:11 -04:00
..
linux Fixed serial support in 2.6 (too much work for...) 2004-05-26 18:48:11 -04:00
tru64 lift FnEvents and and Binning stuff out of LinuxSystem into commonn places with Tru64. 2004-05-18 13:53:11 -04:00
system_events.cc push the new system_events file that i was prevented from pushing way back when cable died. :(. also, fix the printing of binned stats, it was printing hex values instead of bin names. 2004-05-17 13:22:19 -04:00
system_events.hh rename namespace Statistics to Stats 2004-05-21 13:39:20 -04:00