lessons 8, 9, 10, entering 32-bit mode

This commit is contained in:
Carlos Fenollosa 2014-10-09 11:39:10 +02:00
parent afa376d2b6
commit 96e6568d41

View File

@ -1,6 +1,6 @@
*Concepts you may want to Google beforehand: GDT*
**Goals: program the GDT**
**Goal: program the GDT**
Remember segmentation from lesson 6? The offset was left shifted
to address an extra level of indirection.