pluto/test/user_program.ld
2021-06-24 21:46:04 +01:00

13 lines
100 B
Text

ENTRY(entry)
SECTIONS {
.text ALIGN(4K) : {
*(.text)
}
.data ALIGN(4K) : {
*(.data)
}
}