X86: Make the amount of system memory match the hardcoded e820 info.
This commit is contained in:
@@ -168,7 +168,7 @@ def makeLinuxX86System(mem_mode, mdesc = None):
|
||||
|
||||
# Physical memory
|
||||
self.membus = Bus(bus_id=1)
|
||||
self.physmem = PhysicalMemory(range = AddrRange(mdesc.mem()))
|
||||
self.physmem = PhysicalMemory(range = AddrRange('4GB')) #range = AddrRange(mdesc.mem()))
|
||||
self.physmem.port = self.membus.port
|
||||
|
||||
# North Bridge
|
||||
|
||||
Reference in New Issue
Block a user