boot page table works
This commit is contained in:
@@ -31,6 +31,8 @@ _start:
|
||||
jmp *%ecx
|
||||
higher:
|
||||
mov $stack_top, %esp
|
||||
mov $0xC0000000, %eax
|
||||
add %eax, %ebx
|
||||
push %ebx
|
||||
push %eax
|
||||
call kmain
|
||||
|
||||
Reference in New Issue
Block a user