diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:49:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:49:38 +0000 |
commit | 45b47fa150ac72b9865630dd0206645114ea827c (patch) | |
tree | 9da78aededf282049c612302a07c92f49c4edd39 /sys/arch/luna88k/conf | |
parent | b39e83aa064f336f7d090fd1f77fbca8510f04ae (diff) |
start the job of making things look more alike
Diffstat (limited to 'sys/arch/luna88k/conf')
-rw-r--r-- | sys/arch/luna88k/conf/GENERIC | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/luna88k/conf/GENERIC b/sys/arch/luna88k/conf/GENERIC index dd5d4758312..e6a6b1975bd 100644 --- a/sys/arch/luna88k/conf/GENERIC +++ b/sys/arch/luna88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.7 2005/04/30 00:36:04 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.8 2005/04/30 00:49:36 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -10,8 +10,8 @@ # device. machine luna88k m88k - -include "../../../conf/GENERIC" +include "../../../conf/GENERIC" +maxusers 64 # estimated number of users option "NCPUS=1" # number of CPUs supported (max 4) @@ -21,7 +21,6 @@ option M88100 # 88100 support; mandatory # Define this if your processor has the xxx.usr bug (mask C82N) option ERRATA__XXX_USR -maxusers 64 config bsd swap generic |