killbss routine smarter now; does not overwrite all BSS; did not work

as it should, because systemcall interface also uses the fact that BSS = 0
This commit is contained in:
ceriel
1988-12-02 15:39:59 +00:00
parent 7e4969064c
commit b29fbd2567
4 changed files with 47 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
Version: $Header$
*/
static unsigned prio;
static unsigned prio = 0;
stackprio(n)
unsigned n;