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:
François Revol 2012-01-05 01:03:28 +01:00
parent c56f0ce1c3
commit 68aea33966

View File

@ -5,7 +5,7 @@ ENTRY(_start)
SECTIONS
{
. = 0x102000 + SIZEOF_HEADERS;
. = 0x200000 + SIZEOF_HEADERS;
__text_begin = .;