mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-01 01:07:58 +00:00
6 lines
109 B
NASM
6 lines
109 B
NASM
section .multiboot
|
|
align 4
|
|
dd 0x1BADB002
|
|
dd 1 << 0 | 1 << 1
|
|
dd -(0x1BADB002 + (1 << 0 | 1 << 1))
|