summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-06-12 00:45:01 -0400
committerGabe Black <gblack@eecs.umich.edu>2008-06-12 00:45:01 -0400
commit633c585bfadb71ba5a91a91b58772ef551d14efd (patch)
tree8a387883a0377cab92384e933c936e91b6908915 /configs
parent9ebd244991f473cacc1f73ff4877f2472af3a8fc (diff)
downloadgem5-633c585bfadb71ba5a91a91b58772ef551d14efd.tar.xz
X86: Make the regular console use the serial port as well.
Diffstat (limited to 'configs')
-rw-r--r--configs/common/FSConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py
index bcc80eaf9..e120814d3 100644
--- a/configs/common/FSConfig.py
+++ b/configs/common/FSConfig.py
@@ -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()