changeset c88856b98084 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=c88856b98084
description:
X86: Add a root device to the kernel command line.
diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
configs/common/FSConfig.py | 3 ++-
diffs (13 lines):
diff -r 144524795dfe -r c88856b98084 configs/common/FSConfig.py
--- a/configs/common/FSConfig.py Sun Feb 01 00:27:15 2009 -0800
+++ b/configs/common/FSConfig.py Sun Feb 01 00:27:49 2009 -0800
@@ -322,7 +322,8 @@
range_type = 1))
# Command line
- self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015'
+ self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015 ' + \
+ 'root=/dev/hda1'
return self
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev