Removed typo punctuation mark.

This commit is contained in:
Nicolás Ortega Froysa 2018-03-24 11:35:26 +01:00
parent e74b55936b
commit 826b21c572
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

2
README
View File

@ -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 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. 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 `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 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 debugging. At this point you can connect to the server and load the symbols by
running the following in the GDB prompt: running the following in the GDB prompt: