X86: Make the regular console use the serial port as well.

This commit is contained in:
Gabe Black 2008-06-12 00:45:01 -04:00
parent 9ebd244991
commit 633c585bfa

View file

@ -178,7 +178,7 @@ def makeLinuxX86System(mem_mode, mdesc = None):
self.bridge.side_b = self.membus.port
# Command line
self.boot_osflags = 'earlyprintk=ttyS0'
self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0'
# Platform
self.pc = PC()