From: Gabe Black Date: Sun, 1 Feb 2009 08:27:49 +0000 (-0800) Subject: X86: Add a root device to the kernel command line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5ed1590bda7308ec2bff7b7dcb85bad246f52fc;p=gem5.git X86: Add a root device to the kernel command line. --- diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index e336e752f..4a7c51c71 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -322,7 +322,8 @@ def makeLinuxX86System(mem_mode, mdesc = None): 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