Module Name: src
Committed By: jmcneill
Date: Mon Feb 17 12:24:58 UTC 2025
Modified Files:
src/sys/arch/evbppc/conf: WII
Log Message:
wii: Remove some options to save memory.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/conf/WII
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbppc/conf/WII
diff -u src/sys/arch/evbppc/conf/WII:1.8 src/sys/arch/evbppc/conf/WII:1.9
--- src/sys/arch/evbppc/conf/WII:1.8 Wed Feb 12 11:33:34 2025
+++ src/sys/arch/evbppc/conf/WII Mon Feb 17 12:24:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: WII,v 1.8 2025/02/12 11:33:34 jmcneill Exp $
+# $NetBSD: WII,v 1.9 2025/02/17 12:24:58 jmcneill Exp $
#
# Nintendo Wii
#
@@ -21,8 +21,8 @@ options SYSVMSG # System V message que
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
-options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options USERCONF # userconf(4) support
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Alternate buffer queue strategies for better responsiveness under high
@@ -34,7 +34,7 @@ options BUFQ_PRIOCSCAN
options DIAGNOSTIC # cheap kernel consistency checks
#options DEBUG # expensive debugging checks/support
options DDB # in-kernel debugger
-options DDB_HISTORY_SIZE=512 # enable history editing in DDB
+#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options TRAP_PANICWAIT
makeoptions COPY_SYMTAB=1 # size for embedded symbol table
@@ -52,8 +52,8 @@ options DKWEDGE_METHOD_GPT # Supports G
# File systems
file-system FFS # UFS
-file-system EXT2FS # second extended file system (linux)
-file-system LFS # log-structured file system
+#file-system EXT2FS # second extended file system (linux)
+#file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS # Network File System client
file-system CD9660 # ISO 9660 + Rock Ridge file system
@@ -71,7 +71,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
options FFS_EI # FFS Endian Independent support
-#options FFS_NO_SNAPSHOT # No FFS snapshot support
+options FFS_NO_SNAPSHOT # No FFS snapshot support
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options UFS_DIRHASH # UFS Large Directory Hashing
@@ -87,13 +87,13 @@ options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARA
options NFS_BOOT_RWSIZE=1024
# Networking options
-options GATEWAY # packet forwarding
+#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
options INET6 # IPV6
options IPSEC # IP security
#options IPSEC_DEBUG # debug for IP security
-options MROUTING # IP multicast routing
-options PIM # Protocol Independent Multicast
+#options MROUTING # IP multicast routing
+#options PIM # Protocol Independent Multicast
#options NETATALK # AppleTalk networking protocols
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
#options PPP_DEFLATE # Deflate compression support for PPP
@@ -102,9 +102,9 @@ options PIM # Protocol Independent Mul
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
-options MIIVERBOSE # verbose PHY autoconfig messages
+#options MIIVERBOSE # verbose PHY autoconfig messages
#options SCSIVERBOSE # human readable SCSI error messages
-options USBVERBOSE # verbose USB device autoconfig messages
+#options USBVERBOSE # verbose USB device autoconfig messages
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
@@ -192,7 +192,7 @@ pseudo-device vnd # disk-like interfac
#pseudo-device md # memory disk device
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter
-pseudo-device carp # Common Address Redundancy Protocol
+#pseudo-device carp # Common Address Redundancy Protocol
pseudo-device npf # NPF packet filter
pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
@@ -212,5 +212,3 @@ pseudo-device ksyms
pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device wsfont
options FONT_BOLD8x16
-
-include "dev/veriexec.config"