mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
7 lines
87 B
NASM
7 lines
87 B
NASM
[bits 32]
|
|
|
|
section .bootstrap.text
|
|
global Multiboot2_start
|
|
Multiboot2_start:
|
|
jmp $
|