From a1cd07d6edd6b08b4378df480af000c30ba26b2b Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 23 Feb 2018 02:24:40 +0000 Subject: [PATCH] Rename rungem5-shell to gem5-shell to make shorter --- README.adoc | 6 +++--- rungem5-shell => gem5-shell | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename rungem5-shell => gem5-shell (100%) 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