From fb0e2e825535614e6a8202b9e014c58c4641d3dd Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 2 Jun 2017 10:38:31 +0100 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a3cfa3..8337458 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ Debug: ARM TODOs: -- only managed to run in the terminal interface (but weirdly an blank QEMU window is still opened) +- only managed to run in the terminal interface (but weirdly a blank QEMU window is still opened) - Ctrl + C kills the emulator, not sent to guest. See: - - @@ -292,7 +292,7 @@ And you will break whenever `sys_write` is hit. The other KDB commands allow you to instruction steps, view memory, registers and some higher level kernel runtime data. -But TODO I don't think you can see where you are in the kernel source code and line step as from GDB, since the kernel source is not available on guest (ah, if only debugging information supported full source: ). +But TODO I don't think you can see where you are in the kernel source code and line step as from GDB, since the kernel source is not available on guest (ah, if only debugging information supported full source). ## Table of contents