diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:07:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:07:53 +0000 |
commit | ad7700d676cbf533c7a0a81e19bae877eb0d07f5 (patch) | |
tree | ce366a83ffa3bfee085054e98db8ff18feb2e4c8 /sys/arch/i386/conf | |
parent | 505e1ef423107fa3f6737fc546e534f2111e90df (diff) |
kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern_ipc_10.c for other compat modules.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 4a7fc94a69a..212868813c7 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.33 2001/05/05 23:25:26 art Exp $ +# $OpenBSD: DISKLESS,v 1.34 2001/05/16 05:07:49 millert Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -53,10 +53,7 @@ option SYSVSHM # System V-like memory sharing option UVM_SWAP_ENCRYPT# support encryption of pages going to swap -option COMPAT_09 # Kernel compatibility with NetBSD 0.9, -option COMPAT_10 # NetBSD 1.0, -option COMPAT_11 # NetBSD 1.1, -option COMPAT_43 # and 4.3BSD +option COMPAT_43 # Kernel compatibility with 4.3BSD #option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD option COMPAT_SVR4 # binary compatibility with SVR4 |