home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / MISC / PVW386.ZIP / READ.ME < prev   
Encoding:
Text File  |  1991-09-19  |  1.5 KB  |  37 lines

  1.                   Notes for PVW386 BETA 0.5
  2.                       Based on DKBTRACE
  3.                         by David Buck
  4. -----------------------------------------------------------------------------
  5.  
  6.     This is a 32 bit version of PVRay.  It REQUIRES a 80386SX, 80386DX,
  7. 80486SX or 80486.  A math coprocessor is not required, but it is recommended.
  8.  
  9.     My preliminary benchmarking shows this to be about 30% faster than the
  10. Code Builder version on my 80486.
  11.  
  12.     This is BETA version of PVRay compiled with WATCOM C386 8.5.  In this
  13. version, auto-detect for VESA adapters has been disabled.  The rest of the
  14. autodetect routines may be suspect as well.  Please let me or the Persistence
  15. of Vision group know as you determine that it works with your adapter
  16. (or doesn't).  This version does have the PRIOQ.C fix.
  17.  
  18.    The WATCOM C386 contains a royalty-free extender, DOS4GW.EXE.  The extender
  19. is a restricted version of the 386 extender from Rational Systems, Inc.
  20. PVW386 needs to be able to find DOS4GW.EXE in either the current directory
  21. or on the PATH.  DOS4GW can also support virtual memory.  To enable virtual
  22. memory set the DOS environment variable DOS4GM.
  23.  
  24. SET DOS4GVM=maxmem#R deleteswap virtualsize#V
  25.  
  26. where R is the amount of 'Real' memory to use and V is the amount of 'Virtual'
  27. memory to emulate.  Both values are in Kbytes.
  28.  
  29. When I need virtual memory, I use:
  30.  
  31. SET DOS4GVM=maxmem#8192 deleteswap virtualsize#32768.
  32.  
  33. DOS4GW is compatible with DPMI, VCPI and XMS memory specifications.
  34.  
  35. Bill Ferguson
  36. CIS: 71641,217
  37.