X86: Force the kernel to use a certain loops per jiffy instead of calculating it.
This commit is contained in:
parent
8e2991b529
commit
561a541797
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ def makeLinuxX86System(mem_mode, mdesc = None):
|
|||
self.bridge.side_b = self.membus.port
|
||||
|
||||
# Command line
|
||||
self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0'
|
||||
self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015'
|
||||
|
||||
# Platform
|
||||
self.pc = PC()
|
||||
|
|
Loading…
Reference in a new issue