www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2016/04/26/23:35:41

X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f
X-Recipient: djgpp-workers AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to;
bh=a4c1iyHONwoPDIW6+A9DwmlEhJcTplNWOzBDA6++fSw=;
b=rb9MOMfS1RD6ikTAuzogamb43iDrPBrMqRQHIciIDiiVMLEdeNT3R2IYypM9fnUij+
sHdKhVdS+cDXMpoyPC+t/LGLrmD8+3omhomdG0pv/PlPaQ3epa8IliSH9S1eclh0ojVL
2rNh6FrA6Q81swDZ2d9dteTHQxcERoh6BXQV9p3DmCUqObziJjor6sw4PdcJw2goqxTw
wJiMjk74MCnoVhfYUqfiIwLZIcMCl1PYLZW/zsHKZAbyQxubaupArVz2PBpE2uV0BVhG
il9KNUB/ubonpTZUebV5QTwNFHVESGpM3lbKZKE8QUxkJaUp1hkkNgcyLfTtcxzIthx0
Gtcg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:mime-version:in-reply-to:references:date
:message-id:subject:from:to;
bh=a4c1iyHONwoPDIW6+A9DwmlEhJcTplNWOzBDA6++fSw=;
b=E9tlJyXOJ0+9O09NXquUnKbFO924hRSJCJa3NGNHGsaqENfauQUd7S4D5hT3amyZ6n
fxhM71efhmouUZrB48icbLXnW7UKLbP0sT/v1+XJscZyVVeZnqXt7eMBf5sbRKcU1rDJ
iSgqVzhCl6jjazZswoLS/hLOvs0H0ZUN5TTcIYmFLIuPPV+Tz4kSxGtxHlQkwRZyzhGN
2X5dgT5tkz2L1UcQ88NQ7iRdraUodWb3mb+Evxm2KblmhTZXaQDeyMhZQgKJ6OfyCVo2
1JDhPylG42TqIA/hl3WgBbKpCC8cFjwdvcLwa0vqNUpiVFBz1yL6aduUL3rsYuUH/6c4
omIg==
X-Gm-Message-State: AOPr4FUCux3OgFEPwGrHv0C1VFot8+4QjR6F42obmUVf7Tn9gbiJ6umDqWBNDVIPTAzVsrgBtiWHsrL8i3ELbQ==
MIME-Version: 1.0
X-Received: by 10.25.137.130 with SMTP id l124mr2231229lfd.122.1461728129853;
Tue, 26 Apr 2016 20:35:29 -0700 (PDT)
In-Reply-To: <571EE412.6000005@iki.fi>
References: <56F8295E DOT 2090401 AT posteo DOT de>
<571E403D DOT 8080709 AT iki DOT fi>
<571E4A50 DOT 3010806 AT iki DOT fi>
<571E8166 DOT 1000103 AT gmx DOT de>
<571EE412 DOT 6000005 AT iki DOT fi>
Date: Tue, 26 Apr 2016 22:35:29 -0500
Message-ID: <CAA-ihx914xS1qBNrR0Uii-jEm_-Q99LtbWHGmbjRj=azqidnaA@mail.gmail.com>
Subject: Re: Fwd: A few DJGPP libc.a bugs
From: "Rugxulo (rugxulo AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" <djgpp-workers AT delorie DOT com>
To: djgpp-workers AT delorie DOT com
Reply-To: djgpp-workers AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp-workers AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

Hi,

On Mon, Apr 25, 2016 at 10:44 PM, Andris Pavenis
(andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com]
<djgpp-workers AT delorie DOT com> wrote:
>
> PS: Is DJGPP able to work with exFAT filesystem and if so would be DJGPP
> able to handle files larger than 4GB on it under Windows? I myself only
> recently found about exFAT when found that I have to install additional
> package in Fedora 23 to mount microSD card.

I can't speak for DJGPP here, but presumably the answer is no. Even
the alleged 4 GB-1 support (in 2.04) was seemingly never tested much.
I don't think NTVDM ever supported that, only Win95 (OSR2.5 or
whatever). Besides, I think Win10 requires a late-model P4, thus
presumably everything newer will be 64-bit only (similarly like new
WSL is). So it may all be in vain.

There recently was a guy working on some exFAT user-land tools
(written in C) for FreeDOS (a la LTOOLS). He wasn't nearly finished
with it (last September), but maybe he's farther along by now.
Honestly, I somewhat advised him against it (after the fact, in lieu
of ext2) because of the patented nature of the mess, but he didn't
seem too phased by it. He seems very open to outside testing and
contributions, so do feel free to email him if you're that curious.

https://sourceforge.net/p/freedos/mailman/message/34503386/

P.S. I haven't tried rebuilding libc in years. I remember that FreeDOS
had a NUL bug that I reported to them for you, but they've never
released a newer (official) kernel yet, though some backlogged commits
were done to SVN two months ago. So I haven't tested the NUL fix
itself, but I did get very close to trying it (under VM) in the past
week or two. If someone wants to test that, I can offer some advice.
It should honestly be quite easy (famous last words)! Even though
FreeDOS overall is anemic (at best), I think it's a better (long-term)
target than Windows is these days.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019