From: "Betelgeuse" Newsgroups: comp.os.msdos.djgpp References: <39807D27 DOT 6818DC3A AT veritas DOT com> <200007271850 DOT VAA05823 AT mailgw3 DOT netvision DOT net DOT il> Subject: Re: DOS 7 setup Date: Thu, 27 Jul 2000 17:51:24 -0700 Lines: 40 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 NNTP-Posting-Host: 207.148.144.93 X-Original-NNTP-Posting-Host: 207.148.144.93 Message-ID: <3980cd19_4@news.cadvision.com> X-Trace: 27 Jul 2000 18:00:25 -0700, 207.148.144.93 Organization: CADVision Development Corporation (http://www.cadvision.com/) X-Original-NNTP-Posting-Host: 204.50.1.43 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Dunno if this is relevant, but I read my my A+ book that DOS 7 "forbids" formatting a floppy to fat16/fat32, rather than fat12. Anyway, I take it thats not what you meant :) Later, - Betelgeuse "Eli Zaretskii" wrote in message news:200007271850 DOT VAA05823 AT mailgw3 DOT netvision DOT net DOT il... > > Date: Thu, 27 Jul 2000 11:19:19 -0700 > > From: Bob McGowan > > > > I am planning on using the Win9x "DOS 7" for development and test of a > > tool I need for some test work. I don't need a GUI environment, but do > > need support for the FAT32 filesystem type and the ability to boot from > > a floppy. > > What kind of support for FAT32 filesystem do you need? The > differences, as far as system calls are concerned are quite small. > > > I have searched the FAQ and the mail archives and seen that some work > > has been done (and may still be in progress) to support FAT32, and > > partitions/files > 2 GB. But I could not find anything on how to setup > > DJGPP in this environment. > > FAT32 is not fully supported in the current released version of DJGPP > (v2.03). FAT32 support was added to development sources and is > available via anonymous CVS (http://www.delorie.com/djgpp/cvs.html), > so if you are desperate, you can have it; but you will need to rebuild > the library. If you need FAT32 support in ported utilities, such as > the GNU development tools, you need to rebuild them as well. > > Using the library with FAT32 support doesn't require any special > setup. It is all done automatically by low-level library functions.