mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-17 10:11:43 +00:00
Add stub multiboot headers
This commit is contained in:
@@ -41,6 +41,8 @@ SECTIONS
|
||||
_bootstrap_start = .;
|
||||
.bootstrap :
|
||||
{
|
||||
*(.multiboot)
|
||||
*(.multiboot2)
|
||||
*(.bootstrap .bootstrap.*)
|
||||
} :bootstrap
|
||||
. += CONSTANT(MAXPAGESIZE);
|
||||
|
Reference in New Issue
Block a user