diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1996-06-23 19:59:42 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1996-06-23 19:59:42 +0000 |
commit | d8851a33c211cdc625b322e0cf2f991ad49616bc (patch) | |
tree | e5e5f0f75401857f0841d73ff8914058f97997fd /sys/arch/i386/conf/GENERIC | |
parent | 1f2817dc68a30e1f3d8901c36c66d6b4a1cd6135 (diff) |
Added support for user modifiable kernel at boot (-c) /maja
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 30d0d38006f..e496eeac2fb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.22 1996/06/23 13:54:19 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.23 1996/06/23 19:59:41 maja Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -28,6 +28,8 @@ 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 + maxusers 32 # estimated number of users config bsd swap generic |