We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.mboot
1 parent 2ba4432 commit 38a2d85Copy full SHA for 38a2d85
src/arch/x86_64/platform/multiboot/link.ld
@@ -7,7 +7,7 @@ SECTIONS
7
{
8
loader_start = phys;
9
.mboot phys : AT(ADDR(.mboot)) {
10
- *(.mboot)
+ KEEP(*(.mboot))
11
}
12
.text ALIGN(4096) : AT(ADDR(.text)) {
13
*(.text)
0 commit comments