X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP for Windows7 Date: Fri, 11 Dec 2009 09:44:00 -0800 (PST) Organization: http://groups.google.com Lines: 38 Message-ID: <1c4b0ee2-df2c-48b2-a554-99ed059f68d6@b15g2000yqd.googlegroups.com> References: <83d42l97yq DOT fsf AT gnu DOT org> <9af855b0912110142w19e3fe45k7e285f791f936a4a AT mail DOT gmail DOT com> <9af855b0912110300w6f30e43aqa5ed046fd6686680 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 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1260553440 16264 127.0.0.1 (11 Dec 2009 17:44:00 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 11 Dec 2009 17:44:00 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: b15g2000yqd.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 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0,gzip(gfe),gzip(gfe) Bytes: 3064 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Dec 11, 5:00=A0am, Gerrit van Niekerk wrote: > > On Fri, Dec 11, 2009 at 11:27 AM, Eli Zaretskii wrote: > > >> > From: "Alex" > >> > Date: Fri, 11 Dec 2009 10:50:11 +0200 > >> > Bytes: 1015 > > >> > Is there DJGPP version for Windows7? > > >> DJGPP programs run on Windows, so it is unclear what exactly do you > >> mean. =A0Please provide more details: what are you looking for, exactl= y? > > Just tried compiling quite a big DJGPP project using the DJGPP port of > GCC4.2.1 on Windows7 and it worked just fine. Unfortunately it is a > graphics program and it can't run because the "16 bit MS-DOS > Subsystem" "does not support fullscreen mode" :( > > For the same reason my favorite IDE for DJGPP (RHIDE) also does not > work on Windows 7 and neither did under Windows Vista. The DPMI limit was introduced originally in Win2003. It's only able to be manually fixed in Vista SP1 or later. Vista also changed the driver model, hence you'd have to risk using an old XP video driver which would disable Aero. Much easier to just use DOSBox (slow but good) or VirtualBox (fast but less good), IMHO. Also, they removed support for .VxDs ("thunking"??), hence things like VDMsound don't work anymore. And there is no NTVDM under x86-64 versions of Windows (which is becoming more and more common). At least DOSEMU works fast and well under x86-64 (e.g. Quake). For some reason, using PAE isn't popular these days, even if Windows could support it with > 4 GB of RAM (but they limit that due to "potential buggy drivers"). http://www.trnicely.net/misc/vista.html http://www.geoffchappell.com/viewer.htm?doc=3Dnotes/windows/license/memory.= htm