X86: Make the regular console use the serial port as well.
This commit is contained in:
parent
9ebd244991
commit
633c585bfa
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue