[m5-dev] changeset in m5: X86: Hook in a hard drive image.

2009-02-01 Thread Gabe Black
changeset 08c65e29e57e in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=08c65e29e57e description: X86: Hook in a hard drive image. diffstat: 1 file changed, 8 insertions(+) configs/common/FSConfig.py |8 diffs (25 lines): diff -r 6481e40d21eb -r

Re: [m5-dev] changeset in m5: X86: Hook in a hard drive image.

2009-02-01 Thread nathan binkert
Can you put the images and kernels that you're working with somewhere so people can play if they want? Nate On Sun, Feb 1, 2009 at 5:18 PM, Gabe Black gbl...@eecs.umich.edu wrote: changeset 08c65e29e57e in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=08c65e29e57e

Re: [m5-dev] changeset in m5: X86: Hook in a hard drive image.

2009-02-01 Thread Gabe Black
Yes. They're both on zizzer. The kernel is in /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9 and the disk image is in /dist/m5/system/disks/x86root.img. The head is up to the point where you'll get the very first page fault for user code and it'll die. Gabe nathan binkert wrote: Can you