aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Celio <celio@eecs.berkeley.edu>2015-07-30 12:37:23 -0700
committerChristopher Celio <celio@eecs.berkeley.edu>2015-07-30 12:37:23 -0700
commit8fd924c20696b6501e9e7090c9e424451bf220c2 (patch)
tree58d972ec630dd482d5023d78ccc7136f1aa8b731 /README.md
parent226e671aee70198b77d24b4ac8dc321a0a6d108d (diff)
downloadriscv-tools-8fd924c20696b6501e9e7090c9e424451bf220c2.zip
riscv-tools-8fd924c20696b6501e9e7090c9e424451bf220c2.tar.gz
riscv-tools-8fd924c20696b6501e9e7090c9e424451bf220c2.tar.bz2
Revert last commit to README.md
The last commit was suppose to be applied to the new_privileged_isa branch regarding bbl.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9eba7ca..bf3165b 100644
--- a/README.md
+++ b/README.md
@@ -718,10 +718,9 @@ execution. We will need to load in the root disk image through the
`+disk` argument to `spike` as well. The command looks
like this:
- $ spike +disk=root.bin bbl vmlinux
+ $ spike +disk=root.bin vmlinux
-`vmlinux` is the name of the compiled Linux kernel binary,
-and `bbl` is the Berkeley Boot Loader (available from the riscv-pk repository).
+`vmlinux` is the name of the compiled Linux kernel binary.
If there are no problems, an `ash` prompt will
appear after the boot process completes. It will be pretty useless without the