Skip to content
Snippets Groups Projects
Commit 41911afa authored by Robert Morris's avatar Robert Morris
Browse files

segment register -> segment descriptor

parent 8a9b6dbd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment