From 3eac2c53a28f59dacd09246d5e82f966425f8bea Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 24 Mar 2018 07:42:53 +0000 Subject: [PATCH] gem5 getting started better run command --- README.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index f1facf8..91ba94c 100644 --- a/README.adoc +++ b/README.adoc @@ -2023,8 +2023,7 @@ gem5 is a system simulator, much <>: 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: