home *** CD-ROM | disk | FTP | other *** search
/ Demon Gate Mega Collection / DemonGateMegaCollection.bin / text / dethgo32.txt < prev    next >
Text File  |  1995-10-11  |  1KB  |  38 lines

  1. "Using GO32 for DETH and What to Do If It Doesn't Work"
  2.  by Dr Sleep
  3.  
  4. To use the GO32 environment with DETH you'll probably need to add
  5.  the following statements (at least) to your autoexec.bat file:
  6.  
  7.   SET GO32TMP=C:\TEMP <or whatever the name of your TEMP dir is>
  8.   SET GO32=DRIVER C:\DOOM2\DETH\DRIVERS\CIRRUS54.GRN <or your driver>
  9.  
  10. Also, if you're using a memory manager such as QEMM, you'll need to
  11.  disable DPMI for GO32, so use:
  12.  
  13.   SET GO32=NODPMI DRIVER C:\DOOM2\DETH\DRIVERS\CIRRUS54.GRN
  14.            ^^^^^^
  15.  And finally, if you don't have a math coprocessor, you'll need to
  16.  get an emulator such as EMU387, put it in a DETH\EMU directory, and
  17.  tell GO32 where to find it, like:
  18.  
  19.   SET GO32=NODPMI EMU D:\DOOM2\DETH\EMU\EMU387 DRIVER        cont...
  20.                D:\DOOM2\DETH\DRIVERS\CIRRUS54.GRN
  21.  
  22. DETH is a DOS extended program (GCC) which takes advantage of
  23.  expanded memory. If you can use DEU 5.21GCC, you can use DETH. A 
  24.  batch file is included with DETH called edit.bat, which you may
  25.  want to edit as per the above (or to your own tastes) and run 
  26.  before using DETH.
  27.  
  28. If you have any other problems, contact the author of DETH,
  29.  Antony Burden at 100141.277@compuserve.com.
  30.  
  31. =======================================================================
  32.  
  33. This file provided by Dr Sleep, who is not affiliated with the author
  34.  of DETH 2.6, but did beta test the thing, so I think I know what I'm
  35.  talking about<g>.
  36.  
  37. E-mail: 76132.3415@compuserve.com EOF
  38.