diff options
Diffstat (limited to 'boot/pm.asm')
| -rw-r--r-- | boot/pm.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/pm.asm b/boot/pm.asm index 8a4f745..73bb9d3 100644 --- a/boot/pm.asm +++ b/boot/pm.asm @@ -11,6 +11,7 @@ switch_to_pm: cli ;switch off interrupts! lgdt [gdt_descriptor] ;load descriptor table! + lldt [gdt_descriptor] ;load descriptor table! (local) ;switch on 32-bit protected mode mov eax, cr0 |
