summaryrefslogtreecommitdiff
path: root/stage2/paging.asm
diff options
context:
space:
mode:
Diffstat (limited to 'stage2/paging.asm')
-rw-r--r--stage2/paging.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/paging.asm b/stage2/paging.asm
index 91ed0ac..cedc1e9 100644
--- a/stage2/paging.asm
+++ b/stage2/paging.asm
@@ -30,6 +30,7 @@ paging:
mov di, PAGETABLE
+ ; mask all IRQs
mov al, 0xFF
out 0xA1, al
out 0x21, al
@@ -47,7 +48,6 @@ paging:
mov ecx, 0xC0000080
rdmsr
-
or eax, 0x00000100
wrmsr