[gem5-users] Re: Error with gem5 full system simulation

2021-06-19 Thread abhijeeth modi via gem5-users
Hello I tried to follow the example given in configs/example/fs.py for running full system simulation and I also mentioned the kernel path in configs/common/SysPath.py, I am facing an error as *fatal: fatal condition !kernelObj occurred: No kernel to load.* Has someone tried the full system simu

[gem5-users] Reserve a chuck of memory space in SE mode

2021-06-19 Thread Xijing Han via gem5-users
Hi All, I want to reserve a chunk of memory space for other usage so that the application won't use it. How can I achieve this in SE mode? Thanks, Xijing Han ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-l

[gem5-users] Compiling failure for original code in gem5 book

2021-06-19 Thread Qishen Li via gem5-users
Dear gem5 faculties: I am still learning gem5 and when I try compiling the original code in gem5 Tutorial ( Creating SimObjects in the memory system), there is the compiling error for this code. I use the original code for SimObjects in the memory system except I change from "from MemObject import