Compare commits

...

1 Commits

Author SHA1 Message Date
853d1c33ec updates to-/fromhost in link.lds 2025-04-15 12:19:32 +02:00

View File

@ -171,6 +171,8 @@ SECTIONS
PROVIDE( _sp = . );
} >ram AT>ram :ram
PROVIDE( tohost = 0xfffffff0 );
PROVIDE( fromhost = 0xfffffff8 );
PROVIDE( tohost = . );
PROVIDE( fromhost = . + 8 );
}