home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.94 / text0188.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  692 b   |  20 lines

  1. >My question is, how do I allocate more memory for executor?
  2. >I have 8 megs of ram.
  3. >My other question is, how do I get executor to run in 256 color mode?
  4.  
  5. In the future, please send questions like this to questions@ardi.com.
  6. To allocate more memory, you can use the "-applzone" option and to run
  7. in 256 color mode you can use the "-realbpp" and "-macbpp" options
  8. (soon to become the "-bpp" option).  So:
  9.  
  10. executor -applzone 4096 -realbpp 8 -macbpp 8
  11.  
  12. would give you 256 colors and make 4096K (4M) of RAM available to the
  13. application being run.  If you're running this under DOS, you should
  14. know that 256 color mode does not yet work under DPMI.  Let us know
  15. how it goes.
  16.  
  17. -Mat
  18. mat@ardi.com
  19.  
  20.