home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text0627.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.9 KB  |  49 lines

  1.     id m0tnIfb-0007q2a; Thu, 15 Feb 96 22:25 MST
  2. Sender: owner-paper
  3. Received: from gwar.ardi.com by ftp.ardi.com with bsmtp
  4.     (Smail3.1.29.1 #3) id m0tnIeq-0007q1C; Thu, 15 Feb 96 22:24 MST
  5. Received: by gwar.ardi.com (Smail3.1.29.1 #3)
  6.     id m0tnIWU-000GOKC; Thu, 15 Feb 96 22:15 MST
  7. Message-Id: <m0tnIWU-000GOKC@gwar.ardi.com>
  8. Date: Thu, 15 Feb 96 22:15 MST
  9. From: mat@ardi.com (Mat Hostetter)
  10. To: winwiz95@m-net.arbornet.org (WinWiz95)
  11. Cc: executor@ardi.com
  12. Subject: Re: How to allocate memory for Mac programs?
  13. Newsgroups: comp.emulators.mac.executor
  14. In-Reply-To: <31217fe5.917435@mikasa.iol.it>
  15. References: <4fpf7c$gun@steel.interlog.com>
  16.     <31217fe5.917435@mikasa.iol.it>
  17. Sender: owner-paper@ardi.com
  18. Precedence: bulk
  19.  
  20. >>>>> "WinWiz95" == WinWiz95  <winwiz95@m-net.arbornet.org> writes:
  21.  
  22.     WinWiz95> On Tue, 13 Feb 1996 10:41:23 GMT, daveacg@interlog.com
  23.     WinWiz95> (Dave Glue) wrote:
  24.  
  25.     >> I'm using the latest demo of Executor for DOS.  The Mac system
  26.     >> software has to have you manually "allocate" memory to apps-
  27.     >> how can I do this under Executor, or do I have to?  I have an 8
  28.     >> meg 486DX4-120, I wanted to give Marathon a shot, but upon
  29.     >> trying to get into the game (the preferences and title screen
  30.     >> come up fine), it states I should allocate more memory to the
  31.     >> app- the game only needs 3 megs, so it should work.
  32.     >> 
  33.     WinWiz95> u have 2 use the following command-line when u run
  34.     WinWiz95> executor: c:\executor>executor -applzone 5000k that is
  35.     WinWiz95> an example... you can replace the 5000k with any other
  36.     WinWiz95> value (so long as u have it)
  37.  
  38. Note also that:
  39.  
  40. executor -memory 5m
  41.  
  42. will work.  That will emulate a machine with 5 megabytes of RAM.  The
  43. "-memory" switch doesn't mean exactly the same thing as "-applzone"
  44. ("-memory" sets the total of "applzone", "syszone", and "stack"), but
  45. it serves basically the same function and it's easier to remember.
  46.  
  47. -Mat
  48.  
  49.