aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2018-06-12 10:09:46 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2018-06-12 10:09:46 -0700
commit56f7b8ca7a1e2f8684899708cdb6d19a06e11926 (patch)
tree4f9b95e98a74ccefee3ea9a8034e34175188c670
parentbc43b4c882f733927e4441786b0dd5186090f192 (diff)
downloadriscv-tools-56f7b8ca7a1e2f8684899708cdb6d19a06e11926.zip
riscv-tools-56f7b8ca7a1e2f8684899708cdb6d19a06e11926.tar.gz
riscv-tools-56f7b8ca7a1e2f8684899708cdb6d19a06e11926.tar.bz2
Move the README images to doc/
These disappeared from the RISC-V website, so we'll use local versions now.
-rw-r--r--README.md6
-rw-r--r--doc/busybox-menuconfig.pngbin0 -> 29992 bytes
-rw-r--r--doc/linux-boot.pngbin0 -> 37696 bytes
-rw-r--r--doc/linux-menuconfig.pngbin0 -> 30994 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2a530f7..d4d06ee 100644
--- a/README.md
+++ b/README.md
@@ -552,7 +552,7 @@ can be very useful to enable "early printk", which will print messages to the
console if the kernel crashes very early. You can access this option at "Early
printk" in the "Kernel hacking" submenu.
-<img src="http://riscv.org/install-guides/linux-menuconfig.png" />
+<img src="doc/linux-menuconfig.png" />
_Linux kernel menuconfig interface._
@@ -618,7 +618,7 @@ Enter the configuration interface much in the same way as that of the Linux kern
O$ make menuconfig
-<img src="http://riscv.org/install-guides/busybox-menuconfig.png" />
+<img src="doc/busybox-menuconfig.png" />
_BusyBox menuconfig interface. Looks familiar, eh?_
@@ -757,7 +757,7 @@ applets. Have fun!
To exit the simulator, hit `Ctrl-C`.
-<img src="http://riscv.org/install-guides/linux-boot.png"/>
+<img src="doc/linux-boot.png"/>
_Linux boot and "Hello world!"_
diff --git a/doc/busybox-menuconfig.png b/doc/busybox-menuconfig.png
new file mode 100644
index 0000000..4970006
--- /dev/null
+++ b/doc/busybox-menuconfig.png
Binary files differ
diff --git a/doc/linux-boot.png b/doc/linux-boot.png
new file mode 100644
index 0000000..26ec744
--- /dev/null
+++ b/doc/linux-boot.png
Binary files differ
diff --git a/doc/linux-menuconfig.png b/doc/linux-menuconfig.png
new file mode 100644
index 0000000..b22ef78
--- /dev/null
+++ b/doc/linux-menuconfig.png
Binary files differ