mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-18 10:41:42 +00:00
Merge remote-tracking branch 'Kernel/mb2_32_64_test' into Kernel-mb2_32_64_test
This commit is contained in:
5
Kernel/Architecture/amd64/Bootstrap/Header_Multiboot.asm
Normal file
5
Kernel/Architecture/amd64/Bootstrap/Header_Multiboot.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
section .multiboot
|
||||
align 4
|
||||
dd 0x1BADB002
|
||||
dd 1 << 0 | 1 << 1
|
||||
dd -(0x1BADB002 + (1 << 0 | 1 << 1))
|
Reference in New Issue
Block a user