mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5 getting started better run command
This commit is contained in:
@@ -2023,8 +2023,7 @@ gem5 is a system simulator, much <<gem5-vs-qemu,like QEMU>>: http://gem5.org/
|
||||
For the most part, just add the `-g` option to the QEMU commands and everything should magically work:
|
||||
|
||||
....
|
||||
./configure -g && ./build -a arm -g
|
||||
./run -a arm -g
|
||||
./configure -g && ./build -a arm -g && ./run -a arm -g
|
||||
....
|
||||
|
||||
On another shell:
|
||||
|
||||
Reference in New Issue
Block a user