mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-18 02:31:42 +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