mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
12 lines
168 B
Raku
12 lines
168 B
Raku
SECTIONS
|
|
{
|
|
. = SIZEOF_HEADERS;
|
|
.text : { *(.text) }
|
|
OVERLAY 0x1000 : AT (0x4000)
|
|
{
|
|
.text1 {*(.text1)}
|
|
.text2 {*(.text2)}
|
|
}
|
|
/DISCARD/ : { *(.*) }
|
|
}
|