From 241188276c110127ae26978e8b18ddab0b823b9d Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Wed, 10 Aug 2016 12:06:02 -0400 Subject: nits --- bootasm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootasm.S') diff --git a/bootasm.S b/bootasm.S index 91a595e..257867c 100644 --- a/bootasm.S +++ b/bootasm.S @@ -45,7 +45,7 @@ seta20.2: movl %eax, %cr0 //PAGEBREAK! - # Complete transition to 32-bit protected mode by using long jmp + # Complete the transition to 32-bit protected mode by using a long jmp # to reload %cs and %eip. The segment descriptors are set up with no # translation, so that the mapping is still the identity mapping. ljmp $(SEG_KCODE<<3), $start32 -- cgit v1.2.3