From 826b21c5726b3f5bb05ee8a10b60c84920f8221c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 24 Mar 2018 11:35:26 +0100 Subject: [PATCH] Removed typo punctuation mark. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f664cef..3d157a1 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ flags then add the `-DCMAKE_BUILD_TYPE=debug' option to the `cmake' command. The safest environment to test this in would be an emulator. The one I use is QEMU (https://www.qemu.org/). You can run the kernel directly (i.e. `colonel.bin') by using the `-kernel' option. If you'd like to debug the kernel -using QEMU and GDB you can do so by running `qemu -S -s -kernel colonel.bin'., +using QEMU and GDB you can do so by running `qemu -S -s -kernel colonel.bin', which will open a server on `localhost' allowing you to connect with GDB for debugging. At this point you can connect to the server and load the symbols by running the following in the GDB prompt: