210 lines
7.4 KiB
Plaintext
210 lines
7.4 KiB
Plaintext
# $NetBSD: EXPLORA451,v 1.40 2009/12/24 09:26:43 kiyohara Exp $
|
|
#
|
|
# GENERIC -- everything that's currently supported
|
|
#
|
|
|
|
include "arch/evbppc/conf/std.explora"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
#ident "EXPLORA451"
|
|
|
|
maxusers 32
|
|
|
|
# Options for necessary to use root memory disk
|
|
#options MEMORY_DISK_HOOKS
|
|
#options MEMORY_DISK_IS_ROOT
|
|
#options MEMORY_DISK_SERVER=0
|
|
#options MEMORY_DISK_ROOT_SIZE=4096
|
|
|
|
# Standard system options
|
|
|
|
options INSECURE # disable kernel security levels - X needs this
|
|
|
|
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|
options NTP # NTP phase/frequency locked loop
|
|
|
|
options KTRACE # system call tracing via ktrace(1)
|
|
|
|
options SYSVMSG # System V-like message queues
|
|
options SYSVSEM # System V-like semaphores
|
|
#options SEMMNI=10 # number of semaphore identifiers
|
|
#options SEMMNS=60 # number of semaphores in system
|
|
#options SEMUME=10 # max number of undo entries per process
|
|
#options SEMMNU=30 # number of undo structures in system
|
|
options SYSVSHM # System V-like memory sharing
|
|
|
|
options USERCONF # userconf(4) support
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
# Enable experimental buffer queue strategy for better responsiveness under
|
|
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
|
|
#options BUFQ_READPRIO
|
|
#options BUFQ_PRIOCSCAN
|
|
|
|
# Diagnostic/debugging support options
|
|
options DIAGNOSTIC # expensive kernel consistency checks
|
|
options DEBUG # expensive debugging checks/support
|
|
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
|
options DDB # in-kernel debugger
|
|
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
|
#options KGDB # remote debugger
|
|
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
|
|
makeoptions DEBUG="-g" # compile full symbol table
|
|
options SYMTAB_SPACE=400000
|
|
|
|
# Compatibility options
|
|
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
|
options COMPAT_09 # NetBSD 0.9,
|
|
options COMPAT_10 # NetBSD 1.0,
|
|
options COMPAT_11 # NetBSD 1.1,
|
|
options COMPAT_12 # NetBSD 1.2,
|
|
options COMPAT_13 # NetBSD 1.3,
|
|
options COMPAT_14 # NetBSD 1.4,
|
|
options COMPAT_15 # NetBSD 1.5,
|
|
options COMPAT_16 # NetBSD 1.6,
|
|
options COMPAT_20 # NetBSD 2.0,
|
|
options COMPAT_30 # NetBSD 3.0,
|
|
options COMPAT_40 # NetBSD 4.0,
|
|
options COMPAT_50 # NetBSD 5.0 compatibility.
|
|
options COMPAT_43 # and 4.3BSD
|
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
|
|
# File systems
|
|
file-system FFS # UFS
|
|
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 NTFS # Windows/NT file system (experimental)
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
file-system MSDOSFS # MS-DOS file system
|
|
file-system FDESC # /dev/fd
|
|
file-system KERNFS # /kern
|
|
file-system NULLFS # loopback file system
|
|
file-system OVERLAY # overlay file system
|
|
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
|
file-system PROCFS # /proc
|
|
file-system UMAPFS # NULLFS + uid and gid remapping
|
|
file-system UNION # union file system
|
|
file-system CODA # Coda File System; also needs vcoda (below)
|
|
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
|
file-system PTYFS # /dev/pts/N support
|
|
|
|
# File system options
|
|
options QUOTA # UFS quotas
|
|
#options FFS_EI # FFS Endian Independent support
|
|
options WAPBL # File system journaling support - Experimental
|
|
options NFSSERVER # Network File System server
|
|
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
|
# immutable) behave as system flags.
|
|
|
|
# Networking options
|
|
#options GATEWAY # packet forwarding
|
|
options INET # IP + ICMP + TCP + UDP
|
|
options INET6 # IPV6
|
|
#options IPSEC # IP security
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
|
|
#options IPSEC_DEBUG # debug for IP security
|
|
#options MROUTING # IP multicast routing
|
|
#options PIM # Protocol Independent Multicast
|
|
options ISO,TPIP # OSI
|
|
#options EON # OSI tunneling over IP
|
|
options NETATALK # AppleTalk networking protocols
|
|
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
|
options PPP_DEFLATE # Deflate compression support for PPP
|
|
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|
options PFIL_HOOKS # pfil(9) packet filter hooks
|
|
options IPFILTER_LOG # ipmon(8) log support
|
|
options IPFILTER_LOOKUP # ippool(8) support
|
|
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
|
|
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
|
|
|
# Options for wscons
|
|
#
|
|
# builtin terminal emulations
|
|
#options WSEMUL_SUN # sun terminal emulation
|
|
options WSEMUL_VT100 # VT100 / VT220 emulation
|
|
# different kernel output - see dev/wscons/wsdisplayvar.h
|
|
options WS_KERNEL_FG=WSCOL_GREEN
|
|
#options WS_KERNEL_BG=WSCOL_BLACK
|
|
# compatibility to other console drivers
|
|
#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
|
|
#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
|
|
#options WSDISPLAY_COMPAT_USL # VT handling
|
|
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
|
# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
|
|
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
|
|
# allocate a number of virtual screens at autoconfiguration time
|
|
options WSDISPLAY_DEFAULTSCREENS=1
|
|
|
|
# Options for netboot
|
|
options NFS_BOOT_BOOTPARAM
|
|
options NFS_BOOT_DHCP
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
elb0 at root
|
|
|
|
cpu0 at elb?
|
|
com0 at elb?
|
|
lpt0 at elb?
|
|
le0 at elb?
|
|
|
|
fb0 at elb?
|
|
wsdisplay* at fb?
|
|
|
|
pckbc0 at elb?
|
|
pckbd* at pckbc?
|
|
wskbd* at pckbd? console ?
|
|
pms* at pckbc?
|
|
wsmouse* at pms? mux 0
|
|
|
|
# Pseudo-Devices
|
|
|
|
# disk/mass storage pseudo-devices
|
|
|
|
pseudo-device md 1 # memory disk device (ramdisk)
|
|
pseudo-device vnd # disk-like interface to files
|
|
pseudo-device putter # for puffs and pud
|
|
|
|
# network pseudo-devices
|
|
pseudo-device bpfilter # Berkeley packet filter
|
|
pseudo-device ipfilter # IP filter (firewall) and NAT
|
|
pseudo-device loop # network loopback
|
|
pseudo-device ppp # Point-to-Point Protocol
|
|
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
|
pseudo-device sl # Serial Line IP
|
|
pseudo-device strip # Starmode Radio IP (Metricom)
|
|
pseudo-device irframetty # IrDA frame line discipline
|
|
pseudo-device tun # network tunneling over tty
|
|
pseudo-device tap # virtual Ethernet
|
|
pseudo-device gre # generic L3 over IP tunnel
|
|
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
|
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
|
pseudo-device vlan # IEEE 802.1q encapsulation
|
|
pseudo-device bridge # simple inter-network bridging
|
|
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
|
|
|
# miscellaneous pseudo-devices
|
|
pseudo-device pty # pseudo-terminals
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|
|
#options RND_COM # use "com" randomness as well (BROKEN)
|
|
pseudo-device clockctl # user control of clock subsystem
|
|
pseudo-device ksyms # /dev/ksyms
|
|
|
|
# a pseudo device needed for Coda # also needs CODA (above)
|
|
pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
|
|
|
# a pseudo device needed for SMBFS
|
|
pseudo-device nsmb # experimental - SMB requester
|
|
|
|
# wscons pseudo-devices
|
|
pseudo-device wsmux # mouse & keyboard multiplexor
|
|
pseudo-device wsfont
|