Add stub multiboot headers

This commit is contained in:
Alex
2023-05-08 05:16:16 +03:00
parent 404be92d43
commit e57195ef51
3 changed files with 73 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ SECTIONS
_bootstrap_start = .;
.bootstrap :
{
*(.multiboot)
*(.multiboot2)
*(.bootstrap .bootstrap.*)
} :bootstrap
. += CONSTANT(MAXPAGESIZE);