projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633c585
)
X86: Make the amount of system memory match the hardcoded e820 info.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:45:11 +0000
(
00:45
-0400)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:45:11 +0000
(
00:45
-0400)
configs/common/FSConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/FSConfig.py
b/configs/common/FSConfig.py
index e120814d3d344495eb53f441e23478d2dbdcf256..9a600f079d14c36a4733f28f490327d52c85ea24 100644
(file)
--- a/
configs/common/FSConfig.py
+++ b/
configs/common/FSConfig.py
@@
-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