Skip to content

Commit 0af7e73

Browse files
committed
typo
1 parent 424aae9 commit 0af7e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14-checkpoint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We can take advantage of this cool qemu feature. Type `make debug` and, on the g
4141
- Set up a breakpoint in `kernel.c:main()`: `b main`
4242
- Run the OS: `continue`
4343
- Run two steps into the code: `next` then `next`. You will see that we are just about to set
44-
the 'X' on the screen, but it isn't there yet (chech out the qemu screen)
44+
the 'X' on the screen, but it isn't there yet (check out the qemu screen)
4545
- Let's see what's in the video memory: `print *video_memory`. There is the 'L' from "Landed in
4646
32-bit Protected Mode"
4747
- Hmmm, let's make sure that `video_memory` points to the correct address: `print video_memory`

0 commit comments

Comments
 (0)