Proper fix for old config setting maxusers to 8.
This commit is contained in:
parent
13c8bbf31f
commit
f6916f666c
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 500008
|
||||
%VERSREQ= 500009
|
||||
|
||||
.if !defined(S)
|
||||
.if exists(./@/.)
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 500008
|
||||
%VERSREQ= 500009
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -30,7 +30,7 @@ MACHINE_ARCH= ia64
|
||||
FMT= # Needs to be blank for linux cross tools.
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 500008
|
||||
%VERSREQ= 500009
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 500008
|
||||
%VERSREQ= 500009
|
||||
|
||||
.if !defined(S)
|
||||
.if exists(./@/.)
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 500008
|
||||
%VERSREQ= 500009
|
||||
|
||||
# Temporary stuff while we're still embryonic
|
||||
NO_MODULES?= yes
|
||||
|
@ -36,7 +36,7 @@ CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
|
||||
FMT=
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 500008
|
||||
%VERSREQ= 500009
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -133,7 +133,7 @@ init_param2(int physpages)
|
||||
{
|
||||
|
||||
/* Base parameters */
|
||||
if ((maxusers = MAXUSERS) == 0 || maxusers == 8) {
|
||||
if ((maxusers = MAXUSERS) == 0) {
|
||||
maxusers = physpages / (1024 * 1024 / PAGE_SIZE);
|
||||
if (maxusers < 32)
|
||||
maxusers = 32;
|
||||
|
Loading…
Reference in New Issue
Block a user