The simulator no longer needs to be compiled in full-system or system-call
emulation mode; the same binary now supports both.  Wherever you read about
compiling in full-system mode is out of date.

Steve


On Thu, May 22, 2014 at 10:58 PM, Ravi Verma via gem5-users <
gem5-users@gem5.org> wrote:

> Hi,
>
> I am new to gem5 simulator, Actually I want to run parsec benchmark on it.
> It says that you require to build the system in full_system mode. My doubt
> is that, is it require to specify the disk image at build time or just add
> a variable FULL_SYSTEM=true in ALPHA file.
>
> TARGET_ISA = 'alpha'
> SS_COMPATIBLE_FP = true
> CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
> PROTOCOL = 'MI_example'
> FULL_SYSTEM = true
>
> How to build the system in full system mode so that I can use it in parsec
> benchmark.
>
> thanks...
>
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to