doc: add how to exit from QEMU in samples
While trying out the hello_world sample built for QEMU, I was expecting the sample app to exit and I'd return to a command prompt. Nope. You need to exit QEMU manually, so add that step to the sample instructions. Looking around, there are more uses of QEMU like this that could use this added step after running the sample app. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
f04ca02dae
commit
60136f00cb
22 changed files with 38 additions and 2 deletions
|
@ -111,6 +111,8 @@ QEMU, and display the following console output:
|
|||
threadA: Hello World from x86!
|
||||
threadB: Hello World from x86!
|
||||
|
||||
Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
||||
|
||||
Debugging
|
||||
=========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue