diff options
author | 2003-05-20 03:40:57 +0000 | |
---|---|---|
committer | 2003-05-20 03:40:57 +0000 | |
commit | b41097f14345eac3b60ca8cc1d96f4b728f64de9 (patch) | |
tree | 02c27e45e7d3710b5720105d56517eb6fffec5d4 | |
parent | un __P (diff) | |
download | wireguard-openbsd-b41097f14345eac3b60ca8cc1d96f4b728f64de9.tar.xz wireguard-openbsd-b41097f14345eac3b60ca8cc1d96f4b728f64de9.zip |
option NTFS, disabled atm
-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 10232ada9ea..1769538d06f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.337 2003/05/20 00:23:43 tedu Exp $ +# $OpenBSD: GENERIC,v 1.338 2003/05/20 03:40:57 tedu Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -31,6 +31,8 @@ option COMPAT_LINUX # binary compatibility with Linux option COMPAT_FREEBSD # binary compatibility with FreeBSD option COMPAT_BSDOS # binary compatibility with BSD/OS +#option NTFS # Experimental NTFS support + maxusers 32 # estimated number of users config bsd swap generic |