projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ebd244
)
X86: Make the regular console use the serial port as well.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:45:01 +0000
(
00:45
-0400)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:45:01 +0000
(
00:45
-0400)
configs/common/FSConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/FSConfig.py
b/configs/common/FSConfig.py
index bcc80eaf98a6706b59061863d208b06903d39519..e120814d3d344495eb53f441e23478d2dbdcf256 100644
(file)
--- 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()