(maybe it will take this time)
authorrahnds <rahnds@openbsd.org>
Tue, 7 May 1996 03:06:15 +0000 (03:06 +0000)
committerrahnds <rahnds@openbsd.org>
Tue, 7 May 1996 03:06:15 +0000 (03:06 +0000)
commitd5c592d6f94eaa6966be64fcd6b3f12fbf1bcc95
treecd8ab061431f3f9926637621f26e22a396b3cf6e
parentb16fc4c3ec568b0ddd1f971c529c704eab8e0ea5
(maybe it will take this time)
Change the address of the stack from 3ffff8 to 3efff8. A problem
existed that the bss and the stack were colliding and the bzero of
the bss segement would clear the existing stack. The actuall placement
of the stack is just before the beginning of the executable _start-0x10;

Be careful if the executable address is ever changed.
sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c