From 0af7e73f986d0800de632146c1c36796168ae6a8 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 23 Mar 2015 09:34:42 +0100 Subject: [PATCH] typo --- 14-checkpoint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14-checkpoint/README.md b/14-checkpoint/README.md index ae365df..6af38f6 100644 --- a/14-checkpoint/README.md +++ b/14-checkpoint/README.md @@ -41,7 +41,7 @@ We can take advantage of this cool qemu feature. Type `make debug` and, on the g - Set up a breakpoint in `kernel.c:main()`: `b main` - Run the OS: `continue` - Run two steps into the code: `next` then `next`. You will see that we are just about to set - the 'X' on the screen, but it isn't there yet (chech out the qemu screen) + the 'X' on the screen, but it isn't there yet (check out the qemu screen) - Let's see what's in the video memory: `print *video_memory`. There is the 'L' from "Landed in 32-bit Protected Mode" - Hmmm, let's make sure that `video_memory` points to the correct address: `print video_memory`