Modified README.md's for spec2006, spec2017, npb, boot-exit

Change-Id: Ifa7df0d9dd5d3cd4c70da2d6af05f17e28e41452
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-resources/+/33146
Reviewed-by: Ayaz Akram <yazakram@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: Bobby R. Bruce <bbruce@ucdavis.edu>
diff --git a/src/boot-exit/README.md b/src/boot-exit/README.md
index cb41e4c..cf6a09c 100755
--- a/src/boot-exit/README.md
+++ b/src/boot-exit/README.md
@@ -12,7 +12,7 @@
   |___ disk-image/
   |      |___ shared/                          # Auxiliary files needed for disk creation
   |      |___ boot-exit/
-  |      |     |___ boot-exit-image/           # Will be created once the disk is generated
+  |            |___ boot-exit-image/           # Will be created once the disk is generated
   |            |      |___ boot-exit           # The generated disk image
   |            |___ boot-exit.json             # The Packer script
   |            |___ exit.sh                    # Exits the simulated guest upon booting
@@ -100,7 +100,7 @@
 An example use of this script is the following:
 
 ```sh
-build/X86/gem5.opt configs-boot-tests/run_exit.py [path to the Linux kernel] [path to the disk image] kvm classic 4 init
+build/X86/gem5.opt configs/run_exit.py [path to the Linux kernel] [path to the disk image] kvm classic 4 init
 ```
 
 ## Linux Kernels
diff --git a/src/npb/README.md b/src/npb/README.md
index 294d265..d4bffea 100755
--- a/src/npb/README.md
+++ b/src/npb/README.md
@@ -31,7 +31,7 @@
   |___ disk-image/
   |      |___ shared/                      # Auxiliary files needed for disk creation
   |      |___ npb/
-  |      |     |___ npb-image/             # Will be created once the disk is generated
+  |            |___ npb-image/             # Will be created once the disk is generated
   |            |      |___ npb             # The generated disk image
   |            |___ npb.json               # The Packer script to build the disk image
   |            |___ runscript.sh           # Executes a user provided script in simulated guest
@@ -102,7 +102,7 @@
 An example of how to use these scripts:
 
 ```sh
-build/X86/gem5.opt configs-npb-tests/run_npb.py [path to the Linux kernel] [path to the npb disk image] kvm classic bt.A.x 4
+build/X86/gem5.opt configs/run_npb.py [path to the Linux kernel] [path to the npb disk image] kvm classic bt.A.x 4
 ```
 
 ## Linux Kernel
@@ -114,7 +114,7 @@
 cd linux
 git checkout v4.19.83
 # copy the Linux kernel configuration file for v4.19.83 from boot-tests/linux-configs/
-cp ../../boot-tests/linux-configs/config.4.19.83 .config
+cp ../../boot-exit/linux-configs/config.4.19.83 .config
 make -j8
 ```
 The compiled Linux binary will be named as `vmlinux`.
diff --git a/src/spec-2006/README.md b/src/spec-2006/README.md
index 91ac058..18dd004 100644
--- a/src/spec-2006/README.md
+++ b/src/spec-2006/README.md
@@ -22,10 +22,10 @@
   |___ disk-image/
   |      |___ shared/
   |      |___ spec-2006/
-  |      |      |___ spec-2006-image/
-  |      |      |      |___ spec2006           # the disk image will be generated here
-  |      |      |___ spec-2006.json            # the Packer script
-  |      |___ CPU2006v1.0.1.iso                # SPEC 2006 ISO (add here)
+  |             |___ spec-2006-image/
+  |             |      |___ spec2006           # the disk image will be generated here
+  |             |___ spec-2006.json            # the Packer script
+  |             |___ CPU2006v1.0.1.iso         # SPEC 2006 ISO (add here)
   |
   |___ configs
   |      |___ system
diff --git a/src/spec-2017/README.md b/src/spec-2017/README.md
index b05f215..a68e36f 100644
--- a/src/spec-2017/README.md
+++ b/src/spec-2017/README.md
@@ -22,10 +22,10 @@
   |___ disk-image/
   |      |___ shared/
   |      |___ spec-2017/
-  |      |      |___ spec-2017-image/
-  |      |      |      |___ spec-2017          # the disk image will be generated here
-  |      |      |___ spec-2017.json            # the Packer script
-  |      |___ cpu2017-1.1.0.iso                # SPEC 2017 ISO (add here)
+  |             |___ spec-2017-image/
+  |             |      |___ spec-2017          # the disk image will be generated here
+  |             |___ spec-2017.json            # the Packer script
+  |             |___ cpu2017-1.1.0.iso         # SPEC 2017 ISO (add here)
   |
   |___ configs
   |      |___ system/