Update multiboot2 bootstrap code

This commit is contained in:
Alex
2023-03-29 10:56:23 +03:00
parent 298c6b3921
commit 73f38799eb
10 changed files with 281 additions and 81 deletions

View File

@ -15,6 +15,14 @@ SECTIONS
*(.multiboot2 .multiboot2.*)
}
.bootstrap :
{
*(.bootstrap.text .bootstrap.text.*)
*(.bootstrap.data .bootstrap.data.*)
*(.bootstrap.rodata .bootstrap.rodata.*)
*(.bootstrap.bss .bootstrap.bss.*)
}
. += KERNEL_VMA;
_kernel_start = .;