Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ews4800mips/conf Disable COMPAT_13 and UFS_EXTATTR....



details:   https://anonhg.NetBSD.org/src/rev/8c9c0dc07f1d
branches:  trunk
changeset: 934572:8c9c0dc07f1d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jun 14 04:51:09 2020 +0000

description:
Disable COMPAT_13 and UFS_EXTATTR.  Saves ~52kbytes.

diffstat:

 sys/arch/ews4800mips/conf/RAMDISK |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 2d68f3914e41 -r 8c9c0dc07f1d sys/arch/ews4800mips/conf/RAMDISK
--- a/sys/arch/ews4800mips/conf/RAMDISK Sun Jun 14 04:46:27 2020 +0000
+++ b/sys/arch/ews4800mips/conf/RAMDISK Sun Jun 14 04:51:09 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.31 2020/06/14 04:46:27 tsutsui Exp $
+#      $NetBSD: RAMDISK,v 1.32 2020/06/14 04:51:09 tsutsui Exp $
 #
 # kernel config file with memory disk for installation
 #
@@ -35,6 +35,7 @@
 no options     DDB
 
 no options     COMPAT_43
+no options     COMPAT_13
 
 no file-system EXT2FS
 no file-system LFS
@@ -52,6 +53,7 @@
 no options     QUOTA
 no options     QUOTA2
 no options     NFSSERVER
+no options     UFS_EXTATTR
 
 no options     NETATALK
 no options     PPP_FILTER



Home | Main Index | Thread Index | Old Index