From 706ad32adcc8ab04c11292ca261d7d92fc5e630d Mon Sep 17 00:00:00 2001 From: "~quinn@unix.lgbt" <87563261+OrichalcumCosmonaut@users.noreply.github.com> Date: Mon, 26 Jul 2021 23:21:04 +1000 Subject: [PATCH] =?UTF-8?q?use=20=20elements=20for=20keys;=20add=20hy?= =?UTF-8?q?phens=20to=20=E2=80=9CRISC=20V=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77affb4..68e7628 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Install [the Newlib GNU RISC-V toolchain](https://github.com/riscv/riscv-gnu-too Alternatively, you can install Clang and use `make CC=clang`. ## Exiting QEMU -This is the new "how to exit Vi" I guess. To exit, press control+a, unpress those keys, and then press x. +This is the new "how to exit Vi" I guess. To exit, press Ctrl+a, unpress those keys, and then press x. ## Debugging Execute `make gdb` and then `make run`. @@ -16,5 +16,5 @@ If you'd like to trace the execution since the beginning, use `make run WAIT_GDB ## Resources - [OpenSBI docs](https://github.com/riscv/riscv-sbi-doc/blob/master/riscv-sbi.adoc) - - [RISC V specs](https://riscv.org/technical/specifications/) - - [RISC V Assembly Tutorial](https://riscv-programming.org/book/riscv-book.html) + - [RISC-V specs](https://riscv.org/technical/specifications/) + - [RISC-V assembly tutorial](https://riscv-programming.org/book/riscv-book.html)