X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: errors using C++ libraries Date: Fri, 2 Jan 2009 08:37:44 -0800 (PST) Organization: http://groups.google.com Lines: 39 Message-ID: <44913655-1aed-433a-af73-db73a6542eb0@y1g2000pra.googlegroups.com> References: <21cb02cc-b32a-4057-b191-8dcd61624c63 AT p2g2000prf DOT googlegroups DOT com> <91e0ba55-3d2e-4d72-b2a3-752806681199 AT z28g2000prd DOT googlegroups DOT com> <7705c9030901020159w32f89b54h373614add11ab6cf AT mail DOT gmail DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1230914264 16394 127.0.0.1 (2 Jan 2009 16:37:44 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 2 Jan 2009 16:37:44 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: y1g2000pra.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id n02Gj8pG003756 Reply-To: djgpp AT delorie DOT com Hi, On Jan 2, 3:59 am, "Blair Campbell" wrote: > > > just out of curiosity, when FreeDOS.org finally comes out with their > > 32-bit DOS, will DJGPP be coming out with a compiler that supports the > > FreeDOS doesn't plan on coming out with 32-bit DOS, that's freedos-32.sf.net Jim has said he would like a 32-bit DOS and/or multitasking and/or other improvements (e.g. more *nix tools a la GNUish). But FreeDOS developers are few and far between. Volunteers sorely needed, even for non-programming stuff. Anyways, FreeDOS-32 does supposedly compile with DJGPP (although I haven't tried), but it stalled a few years ago with no activity in sight (sadly). Even the latest beta was never officially released (see the mailing list for links). I guess the authors just got too busy or lost interest. (BTW, FD32 apparently uses real FreeDOS to "boot" into the 32-bit version.) > > 32-bit vFAT filesystem & kernel, long filenames & such?  currently > > FreeDOS supports FAT32 but has 8.3 filenames and a 4GB filesize limit. > > Many parts of FreeDOS support long filenames when a long filename TSR > is installed, just like DJGPP does. FreeDOS does support FAT32 but no LFN stuff at the kernel level (like closed src ROM-DOS and buggy RxDOS do). Actually MS' VFAT LFN hack is patented anyways (doh). But yes, you can use third-party TSR tools like DOSLFN or StarLFN. And nobody has bothered even starting to port any other file systems (e.g. ext2/3/4). And just for the record, FreeDOS FAT32 has a 2 GB file size limit due to a). few people needing it, and b). compatibility issues (i.e. how does Windows do it? how to not break compatibility with other apps written for such?), and c). no kernel hackers but Eric Auer currently available to consider it (and he never needs > 2 GB files in DOS).