X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <40256E66.89FAAA07@yahoo.com> From: CBFalconer Organization: Ched Research X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Achieving 486-Compatibility (2) References: <3405-Sat07Feb2004162009+0200-eliz AT elta DOT co DOT il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 79 Date: Sat, 07 Feb 2004 23:56:30 GMT NNTP-Posting-Host: 12.76.138.231 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1076198190 12.76.138.231 (Sat, 07 Feb 2004 23:56:30 GMT) NNTP-Posting-Date: Sat, 07 Feb 2004 23:56:30 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Radical NetSurfer wrote: > ... snip ... > > Here's a question: > Say I wanted to _deliberately_ attempt to get the P4 to actually > behave the same way as these other machines; > Attempt to boot to ms-dos only? > Is there some compile-option that would force using CWSDPMI (?), > and not the Windoze DMPI, etc.? Could prove useful maybe. For W98, here is the initial portion of my MSDOS.SYS file. Note the values for BootGUI and logo. Some comment lines will have wrapped. [Paths] WinDir=C:\WINDOWS WinBootDir=C:\WINDOWS HostWinBootDrv=C [Options] BootMulti=0 ; BootGUI=1 to auto start windows BootGUI=0 DoubleBuffer=1 AutoScan=1 WinVer=4.10.1998 ; logo=1 to hide the boot up screen during winboot logo=0 ; ;The following lines are required for compatibility with other programs. ;Do not remove them (MSDOS.SYS needs to be >1024 bytes). ..... stuff goes here ..... And the following is an edited extract from my autoexec.bat, to avoid the automatic transition into windows and let me select a plain DOS environment. I virtually never need to. The breakup of the path into useful section aids in keeping the length down, and makes revision easy. set basepath=c:\windows;c:\windows\command Rem DJGPP system set djgppath=c:\djgpp\bin set djgpp=c:\djgpp\djgpp.env SET PATH=%djgppath%;%BASEPATH% Rem 4dos alias /r c:\util\ini\alias.lst set TZ=EST5EDT set arj_sw=-s2 set locate=/r break on :winboot @choice /t:y,10 Boot Windows? @if errorlevel 2 goto end win mode co80 :end -- Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net) Available for consulting/temporary embedded and systems. USE worldnet address!