Received: from sloth.swcp.com (sloth.swcp.com [198.59.115.25]) by nacm.com (8.6.9/8.6.9) with ESMTP id RAA17099 for <executor@nacm.com>; Mon, 14 Nov 1994 17:19:39 -0800
Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id SAA25196 for nacm.com!executor; Mon, 14 Nov 1994 18:21:06 -0700
Received: by iclone (NX5.67d/NX3.0M)
id AA03306; Mon, 14 Nov 94 18:14:02 -0700
Date: Mon, 14 Nov 94 18:14:02 -0700
From: "Mathew J. Hostetter" <iclone!mat@sloth.swcp.com>
Message-Id: <9411150114.AA03306@iclone>
To: executor@nacm.com
Subject: Re: CD-ROM USE WITH EXECUTOR
Sender: Executor-Owner@nacm.com
Precedence: bulk
>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