gem5/kern/linux
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.hh addad kern/linux 2004-01-11 22:00:35 -05:00
linux_syscalls.cc addad kern/linux 2004-01-11 22:00:35 -05:00
linux_syscalls.hh Changed name of lisa's device to NSgigE instead of Etherdev so it 2004-05-25 15:59:54 -04:00
linux_system.cc Fixed serial support in 2.6 (too much work for...) 2004-05-26 18:48:11 -04:00
linux_system.hh Fixed serial support in 2.6 (too much work for...) 2004-05-26 18:48:11 -04:00