Re: [m5-dev] running memtest with x86 FS

2010-05-10 Thread rathijit
Hi, We were able to run memtest for X86_SE but not for X86_FS. We are getting the following error when we try to run it for X86_FS. Can you please tell us how to fix this problem? Thanks, --Rathijit Arka command line: build/X86_FS/m5.debug configs/example/memtest.py Global frequency set at

[m5-dev] running memtest with x86 FS

2010-05-04 Thread Rathijit Sen
Hi, We would like to run memtest with x86 FS. Can anyone tell us how to do this? Thanks, Rathijit Arka ___ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev

Re: [m5-dev] running memtest with x86 FS

2010-05-04 Thread Gabriel Michael Black
I don't know how memtest gets itself going, but this may be hard to do. When we boot Linux we skip some steps by putting the kernel into memory directly and fake the environment the BIOS and bootloader would have created for it. We do this by using the uncompressed ELF image the build

Re: [m5-dev] running memtest with x86 FS

2010-05-04 Thread Gabriel Michael Black
Yes I was. Sorry if I misunderstood. Gabe Quoting Derek Hower d...@cs.wisc.edu: Correct me if I'm wrong, but I think there might be some confusion here. I think Rathijit is talking about the M5 memory tester and Gabe is talking about the memtest boot program in Linux... -Derek On Tue, May

Re: [m5-dev] running memtest with x86 FS

2010-05-04 Thread nathan binkert
We would like to run memtest with x86 FS. Can anyone tell us how to do this? It should be exactly the same as running memtest in ALPHA_SE. Looking at the script, it appears that there is a restriction that prevents it from running under full system, but I'm not sure why that is there. (anyone?)

Re: [m5-dev] running memtest with x86 FS

2010-05-04 Thread Polina Dudnik
Hi Nate, Just to clarify: what script do you mean? On Tue, May 4, 2010 at 6:28 PM, nathan binkert n...@binkert.org wrote: We would like to run memtest with x86 FS. Can anyone tell us how to do this? It should be exactly the same as running memtest in ALPHA_SE. Looking at the script, it

Re: [m5-dev] running memtest with x86 FS

2010-05-04 Thread nathan binkert
Just to clarify: what script do you mean? There are (unfortunately) two. One in the tests directory and one in the configs/example directory. Nate ___ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev

Re: [m5-dev] running memtest with x86 FS

2010-05-04 Thread Steve Reinhardt
On Tue, May 4, 2010 at 4:36 PM, nathan binkert n...@binkert.org wrote: Just to clarify: what script do you mean? There are (unfortunately) two.  One in the tests directory and one in the configs/example directory. I think you want to use the configs/example script. As Nate says, it should