From: Robert Morris Date: Fri, 26 Aug 2011 10:47:13 +0000 (-0400) Subject: segment register -> segment descriptor X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=41911afa452750086d81be097572573b27e1ecd6;p=cs3210-lab0.git segment register -> segment descriptor --- diff --git a/bootasm.S b/bootasm.S index c75434b..1bb45e3 100644 --- a/bootasm.S +++ b/bootasm.S @@ -46,7 +46,7 @@ seta20.2: //PAGEBREAK! # Complete transition to 32-bit protected mode by using long jmp - # to reload %cs and %eip. The segment registers are set up with no + # 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