Re: [hatari-devel] Hatari and OUTSIDE (virtual memory manager) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Hatari and OUTSIDE (virtual memory manager)
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Wed, 3 Oct 2018 17:42:20 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1538581340; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=QbcwdNqc+kTTECkYfj3LZkzsiiPdK0i2MXdB1SIzgFw=; b=KcQktiyekD4fb/xfm2lCfqHhaRWdWo/x94ey4O7s8vqn1fzrzFDQI69n6qT38Y5ymh 3Pb0hdofim83/c36r8StznM/6ItWQ4UXXPwAnwquOKRj+ITMs3XVdOWRP3jPyZKKtjYD uetCswQGvDVI2Wdv745MG55Y5avW9lpxPQBL7JQdvUV1wmFugBgLY0bJtWP2ZKgPGD5r oRMXN7TYMsWVm6exVulyT+VFb9vOs85GawTiPpps1zQCwtk6RJtFqMjAwB6YAuCVhKw6 D6hiygsdIQ4a6YK8f1doOV9PCnk71ipvIo9vh16aQduRA5ncE/KoY3wRyssKwAyxMmWb lbVA==
Maybe I missed something when testing the latest patches. I will test
them again as soon as they have been checked in.
> Le 02/10/2018 à 19:29, Uwe Seimet a écrit :
> > Just applied this patch and also Toni's change, but still get the same
> > errors as before with OUTSIDE and ROMSPEED.
>
> for me it doesn't crash anymore (whether I apply my own quick
> modification from yesterday or the patch by andreas).
>
> I run for example (with cycle exact enabled in config file) :
> hatari --machine tt --tos tos306fr.img -s 14 --mmu on
>
> That part of the code in romspeed then gives :
>
> ptestr #2,([8,a0]),#7,a0
>
> -> returns A0=$7f8 and D0=$20005
>
> move.l d0,(a0) ;enter in descriptor table
> pflusha
>
> then romspeed exits cleanly and tos keeps on working
>
> and this changes default TOS MMU tables from :
>
> 000007F0: 00 c0 00 09 00 d0 00 19 00 e0 00 09 00 f0 00 59
>
> to :
>
> 000007F0: 00 c0 00 09 00 d0 00 19 00 02 00 0d 00 f0 00 59
>
>
> I'm booting on a gemdos hd directory with nothing loaded from auto, just
> default tos desktop.
>
> Nicolas
>
>