relaunch/tmd.ld
2021-03-31 10:26:33 +02:00

14 lines
146 B
Plaintext

MEMORY
{
ram : ORIGIN = 0x037df06c, LENGTH = 192K
}
tmdStartAddress = ORIGIN(ram);
SECTIONS
{
.text . :
{
*(.text)
}
}