mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-27 15:11:46 +00:00
Update multiboot stubs
This commit is contained in:
6
Architecture/amd64/Bootstrap/Multiboot/2/Start.asm
Normal file
6
Architecture/amd64/Bootstrap/Multiboot/2/Start.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
[bits 32]
|
||||
|
||||
section .bootstrap.text
|
||||
global Multiboot2_start
|
||||
Multiboot2_start:
|
||||
jmp $
|
Reference in New Issue
Block a user