diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-24 17:07:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-24 17:07:39 +0000 |
commit | c9f6cd0c19fc61a7d0554c82b3d548a2ab2ee60b (patch) | |
tree | a6676c342bdb291c6b1ebc2ec6d2f9551b7938f0 /sys/arch/i386/conf/GENERIC | |
parent | 27475bfd8a0e51ab3fb342572ed6a25dceee05f3 (diff) |
kernel is /bsd; GENERIC is not an option
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e496eeac2fb..a396f2eb826 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.23 1996/06/23 19:59:41 maja Exp $ +# $OpenBSD: GENERIC,v 1.24 1996/06/24 17:07:32 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -28,7 +28,7 @@ options COMPAT_IBCS2 # binary compatibility with SCO and ISC options COMPAT_LINUX # binary compatibility with Linux options COMPAT_FREEBSD # binary compatibility with FreeBSD -#options BOOT_CONFIG # add support for boot -c +options BOOT_CONFIG # add support for boot -c maxusers 32 # estimated number of users |