Re: [gem5-users] building gem5 simulator in full_system mode.

2014-05-22 Thread Steve Reinhardt via gem5-users
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: >

[gem5-users] building gem5 simulator in full_system mode.

2014-05-22 Thread Ravi Verma via gem5-users
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_C