1
0
Fork 0

Merge pull request #1 from OrichalcumCosmonaut/patch-1

exiting QEMU instructions have the letters reversed
This commit is contained in:
Laura Gallo 2021-07-26 08:49:04 -04:00 committed by GitHub
commit 35e3ad9304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ An example bare bones OS template for RISC V.
Install [the Newlib GNU RISC V toolchain](https://github.com/riscv/riscv-gnu-toolchain#installation-newlib) and do `make` to build. Do `make run` to run. It should print out a bunch of debug information related to OpenSBI and then a single `a`.
## Exiting QEMU
This is the new "how to exit Vi" I guess. To exit, press control+x, unpress those keys, and then press a.
This is the new "how to exit Vi" I guess. To exit, press control+a, unpress those keys, and then press x.
## Debugging
Execute `make gdb` and then `make run`.