Fancier limine and WAY faster boot

This commit is contained in:
boreddevnl
2026-02-26 22:11:46 +01:00
parent 34ceff4290
commit a34aaa1070
8 changed files with 16 additions and 9 deletions

View File

@@ -15,6 +15,12 @@ SECTIONS
*(.rodata*)
}
.requests : {
KEEP(*(.requests_start))
KEEP(*(.requests))
KEEP(*(.requests_end))
}
.data : {
*(.data*)
}
@@ -24,14 +30,6 @@ SECTIONS
*(.bss*)
}
/* Limine requests section */
.requests : {
KEEP(*(.requests_start))
KEEP(*(.requests))
KEEP(*(.requests_end))
}
/* Discard unnecessary sections */
/DISCARD/ : {
*(.eh_frame)
*(.note .note.*)