updates to-/fromhost in link.lds

This commit is contained in:
Hongyu Liu 2025-04-15 12:19:32 +02:00
parent e0807b8cdd
commit 853d1c33ec

View File

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