Add stub multiboot headers

This commit is contained in:
Alex
2023-05-08 05:16:16 +03:00
parent 404be92d43
commit e57195ef51
3 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,7 @@
section .multiboot
align 4
dd 0x1BADB002
dd 1 << 0 | 1 << 1
dd -(0x1BADB002 + (1 << 0 | 1 << 1))
; TODO