55c55
< cpus = [ AtomicSimpleCPU() for i in xrange(nb_cores) ]
---
> cpus = [ AtomicSimpleCPU(cpu_id=i) for i in xrange(nb_cores) ]
58c58
< system = System(cpu = cpus, physmem = PhysicalMemory(), membus =
---
> system = System(cpu = cpus, physmem = PhysicalMemory(range = AddrRange('1024MB')), membus =