X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 17 Dec 2003 20:19:22 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9003-Wed17Dec2003201922+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3FE06890.6060006@lml.ls.fi.upm.es> (message from Manuel Collado on Wed, 17 Dec 2003 15:30:40 +0100) Subject: Re: Detecting system features References: <3FE06890 DOT 6060006 AT lml DOT ls DOT fi DOT upm DOT es> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Wed, 17 Dec 2003 15:30:40 +0100 > From: Manuel Collado > Newsgroups: comp.os.msdos.djgpp > > I would like to know if it is possible from a DJGPP program to detect > (and how) important features of the running system, like these: > > 1. DPMI services (perhaps impossible from inside DJGPP?) If the DJGPP program runs, DPMI services _must_ be there. > 2. LFN support (I'm aware of _use_lfn. Any more?) What's wrong with _use_lfn? If you have specific problems with it, please ask specific questions. > 3. Can run Win32 executables - or which OS is it We have _osmajor and _osminor for that.