X86: Find the natural lpj for this configuration.
This commit is contained in:
parent
ca6e0d75c8
commit
1c5b9773bd
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ 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=7999923 ' + \
|
||||
'root=/dev/hda1'
|
||||
return self
|
||||
|
||||
|
|
Loading…
Reference in a new issue