home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 5.ddi / GCD4 / CFIG386.TXT < prev    next >
Encoding:
Text File  |  1989-11-13  |  2.7 KB  |  80 lines

  1. The following  command line  switches may be used for configuring
  2. GCD for  unique hardware  and software  situations.  To configure
  3. GCD type the following:
  4.         CFIG386 GCD -switches
  5. where the  switches are  detailed below.   Computervision can not
  6. qualify  GCD  on  all  hardware  platforms,  these  switches  are
  7. intended  only   to  attempt  to  alleviate  the  known  hardware
  8. inconsistencies.
  9.  
  10. -CLEAR
  11. Clears previously set CFIG386 switches.
  12.  
  13. -MINREAL, MAXREAL nparagraphs
  14. Controls how much conventional memory (memory below 640k) is left
  15. free for GCD to use.  GCD defaults are -MINR 00100h &
  16. -MAXR 0ffffh
  17.  
  18. -MINIBUF, MAXIBUF nkilobytes
  19. Controls how much memory is allocated to the data buffer used for
  20. DOS and BIOS function calls.  GCD defaults are:
  21. -MINI 1
  22. -MAXI 4
  23.  
  24. -EXTLOW, EXTHIGH address
  25. Limits the  amount of  extended memory  (memory above 1 megabyte)
  26. that GCD may use.  GCD defaults are:
  27. -EXTL 100000h (1 megabyte)
  28. -EXTH FFFFFFFFh (4 gigabytes)
  29.  
  30. -INTMAP vector
  31. Disables remapping  of interrupt  vectors to allow protected mode
  32. memory resident (TSR) programs to be installed.  GCD default is:
  33. -INTM 8
  34.  
  35. -PRIMAP vector
  36. Disables remapping  of the  BIOS print screen function call.  GCD
  37. default is allow remapping.
  38.  
  39. -NOPAGE
  40. Prevents GCD from using the 80386's hardware paging functionality
  41. to perform memory management.  Use this switch for early versions
  42. of the  80386 chip  (B1 and  earlier).   GCD default  is  to  use
  43. paging.
  44.  
  45. -NOBIM
  46. Used to  disable the  automatic use  of  Compaq  built-in  memory
  47. (mapped above 14 megabytes).  GCD default is not disabled.
  48.  
  49. -VDISK
  50. Handles  compatibility   problems  with   programs  that  do  not
  51. correctly follow  the  VDISK  standard  for  allocating  extended
  52. memory.  GCD default is not used.
  53.  
  54. -B0
  55. Allows GCD  to run  on a  rev B0  80386 chip.  GCD default is not
  56. used.
  57.  
  58. -CEMM
  59. Turns off  the Compaq  CEMM or  compatible EMS emulator to switch
  60. the 80386  into real  mode for  running GCD.   GCD default is not
  61. used.
  62.  
  63. -XT
  64. Informs GCD  that it is executing on a IBM PC or PC/XT compatible
  65. with a 386 board such as the Intel Inboard/PC.  This is automatic
  66. on rev B1 and later 30386 chips.  GCD default is not used.
  67.  
  68. -MAXVCPI nbytes
  69. Controls how much Virtual Control Program Interface (VCPI) memory
  70. is available  to GCD.  Please see the Using Display Lists section
  71. of the GCD documentation for more information.  GCD default is
  72. -MAXV 2750000
  73.  
  74. -SWAPDIR D:
  75. Selects the  hard drive  to write  the virtual  memory  file,  if
  76. created.   The virtual  memory file  is created  if there  is not
  77. enough available  memory to  load GCD  entirely into memory.  GCD
  78. default is to write to the root directory of the current drive.
  79.  
  80.