| Re: [hatari-devel] Fastload from GEMDOS drive emulation | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Fastload from GEMDOS drive emulation
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Mon, 10 Jun 2019 09:31:01 +0200
- Cc: Thorsten Otto <admin@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017;	t=1560151862; bh=GqL16CcHpqG4i6mMesDQ8dBtCH1bJ0PoroWCwzfX3hM=;	h=Date:From:To:Cc:Subject:From;	b=UflX8khwYrZu0S5+wRPSs7SfhLRGwkr1haQtFLPS/ZuvuYNnwMSC3QXuyLzKMojMO	 eb1W4r5JdPkB8xx1f3/gnlaBPYmBIPyewgTs/JgBigxc4jiaKB+f/OxxiVIxk0/DnM	 93vMk2a/0tRvGccDAW7pq9r/nsWCrm6pCmI8AJyQ4LXDDW7HY9J9Z5w83XClAxOxNk	 a6BKVNIDXFPqjgr6cugtnXQRvYNQJSHxeLyq43nFp2MFVYRgw7UcdYUaOyqKnpOInD	 XhT0p7kqvk/6h3T8e5M9d0nXHPRRp96WgmpEhlilG3U+oYlB7MlMCs8vYImKSfsXlj	 i6Ni+IhO7ogYQ==
Am Mon, 10 Jun 2019 08:59:45 +0200
schrieb Christian Zietz <czietz@xxxxxxx>:
> Thomas Huth schrieb:
> 
> > Am Mon, 10 Jun 2019 00:56:54 +0200
> > schrieb Vincent Rivière <vincent.riviere@xxxxxxxxxxx>:  
> >> It seems that Hatari GEMDOS drive emulation forces the Fastload
> >> behaviour. Am I right? And is this expected behaviour?  
> 
> > I think it should work if you use a TOS version that supports
> > Pexec(7)... you can find the corresponding code in cart_asm.s:  
> 
> > [...]  
> 
> > ... that looks ok to me - or can you spot something wrong here?  
> 
> When you load and relocate a program yourself, like Hatari has to do
> for GEMDOS emulation, it's up to you (=Hatari) to clear the memory.
> The program flags passed to Pexec(7) are only used to control Malloc
> behavior.
D'oh! Is this documented anywhere? TOSHYP does not mention it, and the
Atari Compendium even does not mention mode 7...
 Thomas