Re: [hatari-devel] Cartridge code Pexec7 / AUTO issue |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Wed, 22 Apr 2015 00:28:23 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> On tiistai 21 huhtikuu 2015, Eero Tamminen wrote:
> ...
> Only reason I could think of, why Pexec7 doesn't work during
> bootup is lack of parent basepage. Until bootup has finished,
> there's no valid basepage.
That can hardly be the reason. Pexec5 is failing, too, and that works
with the old version of the cartridge - the OS calls are pretty much
the same in the old and in the new version, just the order is different
and in the new version the program header is read into a space on the
stack instead (since it is needed first).
The problem must be something different... I just don't have a clue yet
what could cause this strange behavior.
Thomas