[Prev][Next][Index][Thread]
Re: CD-ROM USE WITH EXECUTOR
>My question is, how do I allocate more memory for executor?
>I have 8 megs of ram.
>My other question is, how do I get executor to run in 256 color mode?
In the future, please send questions like this to questions@ardi.com.
To allocate more memory, you can use the "-applzone" option and to run
in 256 color mode you can use the "-realbpp" and "-macbpp" options
(soon to become the "-bpp" option). So:
executor -applzone 4096 -realbpp 8 -macbpp 8
would give you 256 colors and make 4096K (4M) of RAM available to the
application being run. If you're running this under DOS, you should
know that 256 color mode does not yet work under DPMI. Let us know
how it goes.
-Mat
mat@ardi.com