Hi Gabe,
I have extracted the downloaded files and currently I have these files:

mahmood@n1:~$ cd m5
mahmood@n1:m5$ pwd
/home/mahmood/m5
mahmood@n1:m5$ ls
AUTHORS  build_opts  disk  LICENSE  parser.out   README         SConstruct
tests
build    configs     ext   m5out    parsetab.py  RELEASE_NOTES  src
util
mahmood@n1:m5$ l -R disk/
disk/:
binaries/  linux-parsec-2-1-m5-with-test-inputs.img  x86-system.tar.bz2
disks/

disk/binaries:
x86_64-vmlinux-2.6.22.9*  x86_64-vmlinux-2.6.22.9.smp*

disk/disks:
linux-x86.img

I also changed SysPaths.py to this:
path = [ '/home/mahmood/m5', '/home/mahmood/m5/disk' ]

the Benchmarks.py changed to:
return env.get('LINUX_IMAGE', disk('linux-x86.img'))

I also copied the benchmark binaries to the mounted location (/mnt) and
unmount it.

Next, based on what is stated in the document:
"Then, update m5/configs/common/FSConfig.py to use the new kernel. You
basically need to change the part the points to the kernel binary to point
to the new kernel (or just replace the binary file for the old kernel with
the new kernel's file)."

I tried to replace the kernel name to disk/binaries/x86_64-vmlinux-2.6.22.9
however the right location is not clear to me.
If is "self.kernel", then I have to say this is only available for

makeLinuxAlphaSystem
makeLinuxAlphaRubySystem
makeLinuxMipsSystem
makeSparcSystem

So what about x86? Please let me know the right location of that. Although I
am stuck at this point, I tried to run a benchmark to see what is going on.
However it complains about "no kernel..."

mahmood@n1:m5$ ./build/X86_FS/m5.fast configs/example/fs.py -n 1
--script=configs/boot/runscript.rcS
M5 Simulator System

Copyright (c) 2001-2008
The Regents of The University of Michigan
All Rights Reserved


M5 compiled Apr 16 2011 14:26:29
M5 revision Unknown
M5 started Apr 26 2011 13:24:43
M5 executing on orca
command line: ./build/X86_FS/m5.fast configs/example/fs.py -n 1
--script=configs/boot/runscript.rcS
Global frequency set at 1000000000000 ticks per second
info: No kernel set for full system simulation. Assuming you know what
you're doing...
Segmentation fault


Any suggestion is welcomed.
Thanks,
// Naderan *Mahmood;



On Mon, Apr 25, 2011 at 1:30 AM, Gabe Black <[email protected]> wrote:

>  I uploaded some files for x86 just now. They're on the same page as the
> Alpha and ARM ones.
>
> Gabe
>
>
> On 04/24/11 04:06, Mahmood Naderan wrote:
>
> Hi,
> Where can I find X86 full system files? Hopefully I found a disk image
> which meet the needs. The documentation says they are available for ALPHA
> and ARM.
>
> If I should do the procedure manually, please let me know the steps.
>
> // Naderan *Mahmood;
>
>
> _______________________________________________
> m5-users mailing 
> [email protected]http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
>
>
>
> _______________________________________________
> m5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
>
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to