This commit is contained in:
fekhesk 2022-10-26 01:50:22 -07:00
parent 3222bcbfe2
commit 4574150d2b
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
9 changed files with 156 additions and 11 deletions

View file

@ -8,6 +8,7 @@ bits 32
start:
mov esp, stack_top
mov edi, ebx
call check_multiboot
call check_cpuid
@ -147,7 +148,7 @@ p3_table:
p2_table:
resb 4096
stack_bottom:
resb 64
resb 4096 * 4 ;; 16 KiB
stack_top:
section .rodata