mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-04 08:30:13 +00:00
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
ENTRY(_start)
|
|
SECTIONS {
|
|
.text 0x90000000 : {
|
|
*(.text*)
|
|
}
|
|
}
|