diff options
author | Robert Morris <rtm@csail.mit.edu> | 2011-08-26 06:47:13 -0400 |
---|---|---|
committer | Robert Morris <rtm@csail.mit.edu> | 2011-08-26 06:47:13 -0400 |
commit | 41911afa452750086d81be097572573b27e1ecd6 (patch) | |
tree | 0317f9f225dc1cdcce72af370d342f4baefb9623 | |
parent | 8a9b6dbd4468f6312f1d07226a623879f970bd4b (diff) | |
download | xv6-labs-41911afa452750086d81be097572573b27e1ecd6.tar.gz xv6-labs-41911afa452750086d81be097572573b27e1ecd6.tar.bz2 xv6-labs-41911afa452750086d81be097572573b27e1ecd6.zip |
segment register -> segment descriptor
-rw-r--r-- | bootasm.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |