Try another load address for PPC CFE loader.
This is the address the OpenFirmware is loaded to by CFE on the Amiga X-1000. Doesn't seem to help much though.
This commit is contained in:
@@ -5,7 +5,7 @@ ENTRY(_start)
|
|||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
. = 0x102000 + SIZEOF_HEADERS;
|
. = 0x200000 + SIZEOF_HEADERS;
|
||||||
|
|
||||||
__text_begin = .;
|
__text_begin = .;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user