mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-01 17:27:59 +00:00
7 lines
87 B
NASM
7 lines
87 B
NASM
[bits 32]
|
|
|
|
section .bootstrap.text
|
|
global Multiboot2_start
|
|
Multiboot2_start:
|
|
jmp $
|