mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
page table something idk i'm tired
This commit is contained in:
parent
3bb18ee8f7
commit
1d810657ff
6 changed files with 62 additions and 27 deletions
|
@ -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.*)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue