This commit is contained in:
2026-06-14 00:34:11 -05:00
parent 4e8de774ef
commit 53c5d7d40c
12 changed files with 527 additions and 51 deletions

View File

@@ -13,14 +13,4 @@ enable_interrupts:
.global io_wait
io_wait:
outb %al, $0x80
ret
.global load_grub_boot_struct
load_grub_boot_struct:
mov %ebx, grub_boot_struct_ptr
.section .bss
.align 4
.global grub_boot_struct_ptr
grub_boot_struct_ptr:
.int 0
ret