mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-14 00:39:19 +00:00
Update multiboot2 bootstrap code
This commit is contained in:
@ -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 = .;
|
||||
|
Reference in New Issue
Block a user