Re: [m5-dev] big memory on a 32 bit machine

2008-05-04 Thread Gabriel Michael Black
nathan binkert wrote: The reason I'd want to enumerate children is so I can find any memory objects below the CPU and determine what available ranges I can add into the map. If there ends up being in-memory-system address transformation in the future that could be more complicated, but for

Re: [m5-dev] big memory on a 32 bit machine

2008-05-04 Thread nathan binkert
For now though, I'd say that you should probably just have whatever SimObject that represents BIOS data just get a pointer to a list of memobjects. How would I get that list? Would I do that in C++ or in the python? Either is fine with me but I'm not clear on how that would work.