diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-20 03:40:58 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-20 03:40:58 +0000 |
commit | 3e1c43d4096616a74b76f57ac103aebe5f1c8ecb (patch) | |
tree | 8c67c3bc1af5b45173af40dc07c325676fa87c5a /sys | |
parent | 3395fe79f40ad2d0a72e6f307dee3361c1a2db8f (diff) |
option NTFS, disabled atm
Diffstat (limited to 'sys')
-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 |