diff --git a/README.adoc b/README.adoc index f2e7d58..27ce83f 100644 --- a/README.adoc +++ b/README.adoc @@ -1234,7 +1234,7 @@ On the other hand, the chip makers tend to upstream less, and the project become On another shell: .... -./rungem5-shell +./gem5-shell .... ===== GEM5 kernel boot command line arguments @@ -1285,7 +1285,7 @@ continue On a third shell: .... -./rungem5-shell +./gem5-shell .... And we now see the boot messages, and then get a shell. Now try the `/continue.sh` procedure described for QEMU. @@ -1340,7 +1340,7 @@ info: Entering event queue @ 0. Starting simulation... and the `telnet` at: .... -2017-12-28-11-59-51@ciro@ciro-p51$ ./rungem5-shell +2017-12-28-11-59-51@ciro@ciro-p51$ ./gem5-shell Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. diff --git a/rungem5-shell b/gem5-shell similarity index 100% rename from rungem5-shell rename to gem5-shell