1
0
Fork 0

use <kbd> elements for keys; add hyphens to “RISC V”

This commit is contained in:
~quinn@unix.lgbt 2021-07-26 23:21:04 +10:00 committed by GitHub
parent 09436f0309
commit 706ad32adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 <kbd>Ctrl</kbd>+<kbd>a</kbd>, unpress those keys, and then press <kbd>x</kbd>.
## 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)