binux-wl/boot/header.asm

13 lines
305 B
NASM
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

section .multiboot_header
header_start:
dd 0xe85250d6 ;multiboot2 şeysiymiş
dd 0 ;i386 koruma moduymuş
dd header_end - header_start ;headerın uzunluğu
dd 0x100000000 - (0xe85250d6 + 0 + (header_end - header_start)) ;gagıl çeviri: "sağlama toplamı"
;son etiket
dw 0
dw 0
dd 8
header_end: