remove dummy alloc

This commit is contained in:
mtgmonkey
2025-08-01 07:24:40 -04:00
parent 147702a8fa
commit 6433bb7c22
5 changed files with 4 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
section .multiboot_header
header_start:
dd 0xe85250d6 ; magic number multiboot 2
dd 0xe85250d6 ; magic number multiboot
dd 0 ; magic number protected mode i386
dd header_end - header_start ; header length
; checksum