boot page table works

This commit is contained in:
2026-06-15 23:35:01 -05:00
parent 25da0f6a71
commit fe3725db99
7 changed files with 100 additions and 58 deletions

View File

@@ -31,6 +31,8 @@ _start:
jmp *%ecx
higher:
mov $stack_top, %esp
mov $0xC0000000, %eax
add %eax, %ebx
push %ebx
push %eax
call kmain