summaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
Diffstat (limited to 'stage2')
-rw-r--r--stage2/paging.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/paging.asm b/stage2/paging.asm
index cd6ea1c..4e5e2f1 100644
--- a/stage2/paging.asm
+++ b/stage2/paging.asm
@@ -24,7 +24,7 @@ paging:
mov [di], eax
add di, 8
add eax, 0x1000
- cmp eax, 0x200000
+ cmp eax, 0x400000
jb .build_pt
; enable paging and long mode