From 8f0ba3dbab7973fd23370f901b3b4daaf663ae69 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Tue, 31 Aug 1999 22:42:15 +0000 Subject: [PATCH] Make multiuser boots the default instead of singlue user. --- sys/alpha/alpha/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 5c877f120e7b..66eb6755ba6b 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -998,7 +998,7 @@ alpha_init(pfn, ptb, bim, bip, biv) * Look at arguments passed to us and compute boothowto. */ - boothowto = RB_SINGLE; + boothowto = 0; #ifdef KADB boothowto |= RB_KDB; #endif