diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-05 13:33:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-05 13:33:37 +0000 |
commit | eb1fcd30d4c45d10220ea4907baccbbe7aeaf772 (patch) | |
tree | cc717556d434f3c276145310d6d72169896558a4 /sys/arch/hp300 | |
parent | 540a2599681b41e8378743f87d7ebbbbe4d42809 (diff) |
from netbsd:
Enable COMPAT_HPUX by default. It's still not 100% yet, but it doesn't
seem to really hurt anything, either. Makes it easier for folks using
binary snapshots only to try it out.
GENERIC: now that the PT map allocation is fixed, increase the default
maxusers to 32.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 4 | ||||
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS index ddece0f7b0a..600d475622e 100644 --- a/sys/arch/hp300/conf/DISKLESS +++ b/sys/arch/hp300/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.4 1995/11/28 08:47:39 thorpej Exp $ +# $NetBSD: DISKLESS,v 1.5 1995/12/29 17:12:50 thorpej Exp $ # # Diskless HP 9000/300-series workstation. # @@ -55,7 +55,7 @@ options USELEDS # make the lights twinkle # HP-UX binary compatibility. # NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. # -#options COMPAT_HPUX # HP-UX binary compatibility +options COMPAT_HPUX # HP-UX binary compatibility # Debugging options options DDB # Kernel Dynamic Debugger diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 9c3a1cba9e1..f0d3f172a40 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.7 1995/11/28 08:47:38 thorpej Exp $ +# $NetBSD: GENERIC,v 1.8 1995/12/29 17:12:48 thorpej Exp $ # # Generic kernel - one size fits all. # @@ -16,7 +16,7 @@ ident GENERIC # Need to set locally timezone 8 dst -maxusers 16 +maxusers 32 # Standard system options options SWAPPAGER # swap pager (anonymous and swap space) @@ -60,7 +60,7 @@ options COMPAT_NOLABEL # defaults for unlabeled disks # HP-UX binary compatibility. # NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. # -#options COMPAT_HPUX # HP-UX binary compatibility +options COMPAT_HPUX # HP-UX binary compatibility # Debugging options options DDB # Kernel Dynamic Debugger |