Regressions: Make mcf have 256MB which it needs for 64 bit builds.

--HG--
extra : convert_revision : 42851d60a4c1e709d79bbd3187227b6e220a253e
This commit is contained in:
Gabe Black 2007-10-10 17:12:40 -07:00
parent a76f734d0b
commit 917d82eab9

View file

@ -31,3 +31,4 @@ from cpu2000 import mcf
workload = mcf(isa, opsys, 'smred')
root.system.cpu.workload = workload.makeLiveProcess()
root.system.physmem.range=AddrRange('256MB')