At 14.04 -0600 0-08-30, Alastair Reid wrote:
>   Now we can calculate the maximum/minimum stack address (depending
>   on which direction the stack grows): rlimit_stack - 16kbytes

The Mach book suggested the stack is at the top, growing downwards. This is
how it works under MacOS, too. Do all OS's do this (with the exception of
more advanced, such as Mach)?

The Mac-Hugs has an option -X, used to set the stack size. It can be done
under UNIX with setrlimit(RLIMIT_STACK, ...), I figure.

  Hans Aberg



Reply via email to