Re: [hatari-devel] asm56000.ttp problem |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On 1 Oct 2018 at 22:36, Miro Kropácek wrote:
>
> > On 10/1/18 10:28 PM, Thomas Huth wrote:
> > > This could also happen with real TOS if it uses bigger file handles for
> > > some reasons. I don't think there is a clean way to fix this on the
> > > Hatari side, since Hatari certainly has to stay out of area that TOS
> > > uses for its file handles.
> >
>
> To be honest, I don't understand why Hatari forces such big file handles in
> the first place? GEMDOS HD emulation should behave the same as normal IDE
> emulation, there's no way one can have 40 opened file handles in plain TOS
> when running asm56000.ttp.
>
Two things:
1. Hatari doesn't necessarily know (I think) what filehandles TOS might assign.
I think it picks a range starting above what it knows TOS can use.
2. ExtenDOS and MetaDOS also use file handles > 40 for the same reason. Is it
possible that the asm56000 author was assuming that a file handle > 40 meant
that it was on CD?
Roger