diff options
author | Robert Morris <[email protected]> | 2016-08-10 12:06:02 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2016-08-10 12:06:02 -0400 |
commit | 241188276c110127ae26978e8b18ddab0b823b9d (patch) | |
tree | 0d4a0d6aff0567b35fc66ca903ab0b140aea0420 /bootasm.S | |
parent | 3431cd492703e85909e7d5c0928ffc292ac518ec (diff) | |
download | xv6-labs-241188276c110127ae26978e8b18ddab0b823b9d.tar.gz xv6-labs-241188276c110127ae26978e8b18ddab0b823b9d.tar.bz2 xv6-labs-241188276c110127ae26978e8b18ddab0b823b9d.zip |
nits
Diffstat (limited to 'bootasm.S')
-rw-r--r-- | bootasm.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |