Re: [gem5-users] X86 full system run stuck at mounting file systems

2019-09-16 Thread Jason Lowe-Power
Hello, Hmm... this is surprising since that commit only adds functionality (it actually implements those instructions). This could be something to do with the classic memory system. In Ruby, all DMAs are coherent. I'm not sure that's true in the classic caches. >From what I can tell, the

Re: [gem5-users] X86 full system run stuck at mounting file systems

2019-09-16 Thread Eleanor
Hi Gabe, I get this warning in stdout: "warn: MOVNTI: Ignoring non-temporal hint, modeling as cacheable!" At this point the gem5 gets stuck (at mounting filesystems). Coincidentally, the simulation also gets stuck at that warning when my colleague runs this command : $GEM5_DIR/build/X86/gem5.opt

Re: [gem5-users] X86 full system run stuck at mounting file systems

2019-09-15 Thread Eleanor
Hi Gabe, I got the x86-disk image from http://www.m5sim.org/dist/current/x86/x86-system.tar.bz2. I followed the learning gem5 tutorial page by Jason Lowe. How do I get any issue with disk-image fixed? Is there any way I can get this running just out of the box? If init scripts are messed up, how

Re: [gem5-users] X86 full system run stuck at mounting file systems

2019-09-12 Thread Gabe Black
No, that's probably not normal, although I think the "INIT: version 2.86 booting" likely comes from something that ran from the disk. You may have a problem with your disk image, or your init scripts may be messed up somehow. Gabe On Thu, Sep 12, 2019 at 7:34 AM Eleanor wrote: > I am trying to

[gem5-users] X86 full system run stuck at mounting file systems

2019-09-12 Thread Eleanor
I am trying to run X86 full system. I am stuck at "mounting filesystems.." for over a day now. Is this normal? CMD: ./build/X86/gem5.opt configs/example/fs.py --caches --disk-image=$M5_PATH/disks/linux-x86.img --kernel=$M5_PATH/binaries/x86_64-vmlinux-2.6.22.9 I have not made any modifications