Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun2/conf disable a few more things and return anot...



details:   https://anonhg.NetBSD.org/src/rev/b935b9bc0ec1
branches:  trunk
changeset: 323118:b935b9bc0ec1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jun 01 01:19:06 2018 +0000

description:
disable a few more things and return another 1% of memory.

diffstat:

 sys/arch/sun2/conf/FOURMEG |  17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r fe267740227f -r b935b9bc0ec1 sys/arch/sun2/conf/FOURMEG
--- a/sys/arch/sun2/conf/FOURMEG        Fri Jun 01 00:56:19 2018 +0000
+++ b/sys/arch/sun2/conf/FOURMEG        Fri Jun 01 01:19:06 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FOURMEG,v 1.61 2017/09/14 07:58:43 mrg Exp $
+# $NetBSD: FOURMEG,v 1.62 2018/06/01 01:19:06 mrg Exp $
 
 # FOURMEG Sun2 (2/120, 2/170, 2/50, ...)
 # Supports root on: ie0, sd*, ...
@@ -7,9 +7,9 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "FOURMEG-$Revision: 1.61 $"
+#ident                 "FOURMEG-$Revision: 1.62 $"
 
-makeoptions    COPTS="-Os"     # optimize for size
+makeoptions    COPTS="-Os -fno-inline-small-functions" # optimize for size
 
 # Machines to be supported by this kernel
 #options       FPU_EMULATE
@@ -18,12 +18,12 @@
 maxusers       4
 
 # Standard system options
-options        KTRACE          # system call tracing
+#options       KTRACE          # system call tracing
 #options       SYSVMSG         # System V message queues
 #options       SYSVSEM         # System V semaphores
 #options       SYSVSHM         # System V shared memory
 #options       INSECURE        # disable kernel security level
-options        USERCONF        # userconf(4) support
+#options       USERCONF        # userconf(4) support
 options                PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 #options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
@@ -43,7 +43,7 @@
 #options       SCSIVERBOSE             # Verbose SCSI errors
 
 # Compatibility options
-include        "conf/compat_netbsd70.config"
+#include       "conf/compat_netbsd16.config"
 #options       COMPAT_SUNOS    # can run SunOS 4.1.1 executables
 #options       COMPAT_AOUT_M68K # support for NetBSD a.out executables
 #options       EXEC_AOUT       # support for a.out executables
@@ -223,3 +223,8 @@
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
 #pseudo-device fss                     # file system snapshot device
 pseudo-device  clockctl                # user control of clock subsystem
+
+no options AIO
+no options BUFQ_FCFS
+no options RFC2292
+no options MQUEUE



Home | Main Index | Thread Index | Old Index