Date: Mon, 13 Dec 1999 01:42:06 -0500 (EST) From: "Jude T. DaShiell" To: djgpp AT delorie DOT com Subject: djgpp installation Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Would some of the members of the list take a look at a config.sys and an autoexec.bat file for me? Though it seems all of this stuff is working, when I try running go32-v2.exe in the c:\djgpp directory as well as info --speech-friendly both programs simply lock the computer. Only ways out are cold boot or reset. Powering down and then rebooting has no positive effect. What I attempted here was I think according to section 3.9 of the djgpp faq file. If not all instructions in that section were followed completely, I'd like to know what fixes need doing to clear this situation. If I can get this working, it may be used to help others provided it's put in the faq file as an example config.sys and autoexec.bat with lines pertinent to djgpp having rem statements before them to point that out. This machine is supposed to have 128mb of memory in it, now I'm questioning how much of it is actually still alive. -------------------- file--config.sys REM [Header] shell=c:\windows\command.com /e:32767 /p device=c:\windows\himem.sys device=c:\windows\emm386.exe ram -d=64 dos=high,umb REM [CD-ROM Drive] devicehigh=c:\windows\ramdrive.sys 8192 /a DEVICEhigh=C:\CDROM\HIT-DVD.SYS /D:MSCD001 REM [Miscellaneous] REM [Display] DEVICEhigh=c:\windows\setver.exe [COMMON] DEVICE=C:\DELL\RTC.CLK +R switches=/c devicehigh=c:\windows\command\ansi.sys devicehigh=c:\provox7.exe BUFFERS=17  file--autoexec.bat @echo off lh c:\windows\smartdrv 10240 10240 /v set comspec=c:\windows\command.com set tmpdir=d:\ set djgpp=c:\djgpp\djgpp.env set BLASTER=A220 I5 D1 T4 LH C:\WINDOWS\AU30DOS.COM @ECHO OFF REM [Header] REM [CD-ROM Drive] lh C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD001 REM [Miscellaneous] REM [Display] path=c:\;c:\windows;c:\windows\command path=c:\djgpp\bin;%path% path=c:\djgpp\gnu\emacs\bin;%path% prompt $p$g pv7 restore  jude