page table something idk i'm tired

This commit is contained in:
fekhesk 2022-10-26 16:31:33 -07:00
parent 3bb18ee8f7
commit 1d810657ff
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
6 changed files with 62 additions and 27 deletions

View file

@ -11,6 +11,16 @@ SECTIONS {
.text :
{
*(.text)
*(.text .text.*)
}
.rodata :
{
*(.rodata .rodata.*)
}
.data.rel.ro :
{
*(.data.rel.ro.local*) *(.data.rel.ro .data.rel.ro.*)
}
}