summaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2024-04-11 18:46:48 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2024-04-11 18:46:48 +0200
commit1bbc9fa0eea6e5daa559535142cb4e62e4bc657e (patch)
tree47db6fadfb26be3b36041d622b0a8179ca4b4f86 /stage2
parentd9b8af151fb92fa89042dfdeaa60c854a3e8af31 (diff)
downloadcuddles-1bbc9fa0eea6e5daa559535142cb4e62e4bc657e.tar.xz
use huge pages
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