aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Debugging.md
diff options
context:
space:
mode:
authorPiotr Król <piotr.krol@3mdeb.com>2016-10-16 22:31:46 +0200
committerKevin O'Connor <kevin@koconnor.net>2016-10-18 19:15:18 -0400
commit00b0402a49bd9c431fe564b2979d42fd2f79e5e9 (patch)
tree65ade33aa5038d92cf37e440b9415f70ea1407ec /docs/Debugging.md
parentdc2433e35bde0120e1765d8643cdf9e66e496661 (diff)
downloadseabios-00b0402a49bd9c431fe564b2979d42fd2f79e5e9.tar.gz
docs: fix various typos and inconsistency
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
Diffstat (limited to 'docs/Debugging.md')
-rw-r--r--docs/Debugging.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md
index 7ab5d02d..13cee4dc 100644
--- a/docs/Debugging.md
+++ b/docs/Debugging.md
@@ -60,7 +60,7 @@ mkfifo qemudebugpipe
qemu -chardev pipe,path=qemudebugpipe,id=seabios -device isa-debugcon,iobase=0x402,chardev=seabios ...
```
-and then in another session:
+And then in another session:
`/path/to/seabios/scripts/readserial.py -nf qemudebugpipe`
@@ -77,7 +77,7 @@ Debugging with gdb on QEMU
==========================
One can use gdb with QEMU to debug system images. To do this, add '-s
--S' to the qemu command line. For example:
+-S' to the QEMU command line. For example:
`qemu -bios out/bios.bin -fda myfdimage.img -s -S`