[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] AHCC V4.11



On Thu, 2012-05-31 at 18:44 +0200, OL wrote:

> In fact for multitask :
> 
> _AESnumapps = -1
> as I know accessory receive other values than 1 on singletos.

Some versions of MagiC puts some high value in there instead of -1.

But why are you suggesting to test for an AES feature when what is
needed is a test for filesystem features? Testing for AES multitasking
will break if the user is using MiNT with ROM AES or plain TOS with
Geneva.

I'd say that the correct thing here is to use a lowercase mask if
running under MiNT or MagiC and the filesystem in question is case
sensitive or case preserving (Dpathconf(drive, DP_CASE)). In all other
cases use uppercase masks.

Jo Even