WarpUp (23/72)

From:Joseph Fenton
Date:06 Apr 00 at 18:23:21
Subject:Re: Odp: Re: PPC Crashes when Multitasking

Mark Olsen wrote:
>
> > Nice method is setting STACK 250000 [or more] inside shell-startup
> > It helps you to avoid typing 'stack blahblah' each time you start a shell :P
>
> That is the Microsoft(C)(R)-way-of-solving-problems(TM). I usually have a lot
> of shells open(around 10), so that is not a good solution. Especially since
> maybe only one of those 10 may need more than the 16kb, which is the default
> here.
>
> The correct solution is to do proper coding. I don't mind needing 4kb extra
> stack, but a stack of 500kb is simply WAY to much. If a such high stack is
> REALLY, REALLY needed, it should be set by the program, not by the user!

Geez... grow up and get a life. If you find making a script too
hard, here's something to help your overworked brain.

AddBuffers GAMES: 1000
Stack 400000
QuakeWS
AddBuffers GAMES: -1000

The first line adds 1000 buffers to the GAMES: drive
so that you get decent caching; lower this is you use
PFS: or FFS: with big blocks.

The second sets the stacks.

The third runs the program. Be sure to put the name of
the program YOU want to run in place of QuakeWOS. :^}

The last line resets the buffers on the drive.

Put this little text file in the same drawer as the game,
give it a project icon and set the default tools to C:IconX.

You may now just double-click the icon from WB to play the
game. If you find this too hard, don't ever buy a PC.