mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
208 lines
7.3 KiB
Plaintext
208 lines
7.3 KiB
Plaintext
# $NetBSD: INSTALL,v 1.19 2014/08/23 20:26:58 dholland Exp $
|
|
#
|
|
# config for installation ramdisk kernel
|
|
#
|
|
include "arch/luna68k/conf/std.luna68k"
|
|
|
|
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
|
|
|
|
maxusers 4
|
|
|
|
options M68030
|
|
options M68040
|
|
options FPSP # on m68040 to emulate some missing FP instructions
|
|
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
|
options MEMORY_DISK_SERVER=0 # no userspace md(4) support
|
|
options MEMORY_DISK_ROOT_SIZE=3600 # 1.80 Megabytes
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
|
|
|
# Standard system options
|
|
#options NTP # NTP phase/frequency locked loop
|
|
#options KTRACE
|
|
#options SYSVMSG # System V message queues
|
|
#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 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
|
|
|
|
# Debugging options
|
|
#options DDB
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
#makeoptions COPY_SYMTAB=1 # place DDB symbols in data segment
|
|
#options DEBUG # extra kernel debugging support
|
|
#options DIAGNOSTIC # extra kernel sanity checking
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
|
#options SCSIDEBUG
|
|
#makeoptions DEBUG="-g" # compile full symbol table
|
|
|
|
# Compatibility options
|
|
#options COMPAT_43 # 4.3BSD binary compatibility
|
|
#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,
|
|
#options COMPAT_60 # NetBSD 6.0, and
|
|
#options COMPAT_70 # NetBSD 7.0 binary compatibility.
|
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
|
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
|
#options EXEC_AOUT # support for a.out executables
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
|
|
# Filesystem options
|
|
file-system FFS # ufs file system
|
|
#file-system LFS # log-structured file system
|
|
file-system NFS # nfs client support
|
|
file-system MFS
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
#file-system MSDOSFS # MS-DOS FAT file system
|
|
#file-system KERNFS # /kern
|
|
#file-system PROCFS # /proc
|
|
#file-system FDESC # /dev/fd/*
|
|
#file-system NULLFS # loopback file system
|
|
#file-system UMAPFS # NULLFS + uid and gid remapping
|
|
#file-system UNION # union file system
|
|
#file-system CODA # Coda File System; also needs vcode (below)
|
|
#file-system PTYFS # /dev/pts/N support
|
|
#file-system TMPFS # Efficient memory file-system
|
|
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
|
|
|
#options NFSSERVER # nfs server support
|
|
#options QUOTA # legacy UFS quotas
|
|
#options QUOTA2 # new, in-filesystem UFS quotas
|
|
#options FFS_EI # ffs endian independent support
|
|
options WAPBL # File system journaling support
|
|
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
|
|
|
# Networking options
|
|
options INET # IP protocol stack support
|
|
#options INET6 # IPV6
|
|
#options IPSEC # IP security
|
|
#options IPSEC_DEBUG # debug for IP security
|
|
#options GATEWAY # IP packet forwarding
|
|
#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
|
|
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|
#options IPFILTER_LOG # ipmon(8) log support
|
|
#options IPFILTER_LOOKUP # ippool(8) support
|
|
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
|
|
options NFS_BOOT_DHCP # superset of BOOTP
|
|
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
|
|
|
#options ALTQ # Manipulate network interfaces' output queues
|
|
#options ALTQ_BLUE # Stochastic Fair Blue
|
|
#options ALTQ_CBQ # Class-Based Queueing
|
|
#options ALTQ_CDNR # Diffserv Traffic Conditioner
|
|
#options ALTQ_FIFOQ # First-In First-Out Queue
|
|
#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
|
|
#options ALTQ_HFSC # Hierarchical Fair Service Curve
|
|
#options ALTQ_LOCALQ # Local queueing discipline
|
|
#options ALTQ_PRIQ # Priority Queueing
|
|
#options ALTQ_RED # Random Early Detection
|
|
#options ALTQ_RIO # RED with IN/OUT
|
|
#options ALTQ_WFQ # Weighted Fair Queueing
|
|
|
|
# WS console uses SUN or VT100 terminal emulation
|
|
options WSEMUL_VT100
|
|
options WSDISPLAY_DEFAULTSCREENS=1
|
|
#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
|
options FONT_OMRON12x20
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
mainbus0 at root
|
|
|
|
clock0 at mainbus0
|
|
|
|
# uPD7201 SIO
|
|
sio0 at mainbus0
|
|
siotty0 at sio0 # ttya
|
|
ws0 at sio0 # port for keyboard and mouse
|
|
# AM7990 LANCE
|
|
le0 at mainbus0
|
|
# MB89532 SPC
|
|
spc0 at mainbus0
|
|
spc1 at mainbus0 # 2nd SCSI on LUNA-II
|
|
# framebuffer
|
|
fb0 at mainbus0 # 16 or 256 pseudo color
|
|
|
|
# Workstation Console attachments
|
|
wsdisplay* at fb?
|
|
wskbd* at ws? console ?
|
|
#wsmouse* at ws?
|
|
|
|
# SCSI bus support
|
|
scsibus* at spc?
|
|
|
|
# SCSI devices
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
#ch* at scsibus? target ? lun ? # SCSI changer devices
|
|
#ss* at scsibus? target ? lun ? # SCSI scanners
|
|
#uk* at scsibus? target ? lun ? # unknown SCSI devices
|
|
|
|
#
|
|
# accept filters
|
|
#pseudo-device accf_data # "dataready" accept filter
|
|
#pseudo-device accf_http # "httpready" accept filter
|
|
|
|
pseudo-device bpfilter # Berkeley Packet Filter
|
|
#pseudo-device carp # Common Address Redundancy Protocol
|
|
#pseudo-device ccd # concatenated and striped disks
|
|
#pseudo-device cgd # cryptographic disks
|
|
#pseudo-device gre # generic L3 over IP tunnel
|
|
#pseudo-device ipfilter # ip filter
|
|
pseudo-device loop # loopback interface; required
|
|
pseudo-device md # memory disk device
|
|
#pseudo-device ppp # PPP interfaces
|
|
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
|
pseudo-device pty # pseudo-terminals
|
|
#pseudo-device raid # RAIDframe disk driver
|
|
#pseudo-device fss # file system snapshot device
|
|
#pseudo-device sl # SLIP interfaces
|
|
#pseudo-device tun # Network "tunnel" device
|
|
#pseudo-device tap # virtual Ethernet
|
|
#pseudo-device vlan # IEEE 802.1q encapsulation
|
|
#pseudo-device bridge # simple inter-network bridging
|
|
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
|
#pseudo-device agr # IEEE 802.3ad link aggregation
|
|
#pseudo-device vnd # disk-like interface to files
|
|
#options VND_COMPRESSION # compressed vnd(4)
|
|
#pseudo-device clockctl # user control of clock subsystem
|
|
#pseudo-device ksyms # /dev/ksyms
|
|
#pseudo-device pf # PF packet filter
|
|
#pseudo-device pflog # PF log if
|
|
|
|
# Veriexec
|
|
#
|
|
# a pseudo device needed for veriexec
|
|
#pseudo-device veriexec
|
|
#
|
|
# Uncomment the fingerprint methods below that are desired. Note that
|
|
# removing fingerprint methods will have almost no impact on the kernel
|
|
# code size.
|
|
#
|
|
#options VERIFIED_EXEC_FP_RMD160
|
|
#options VERIFIED_EXEC_FP_SHA256
|
|
#options VERIFIED_EXEC_FP_SHA384
|
|
#options VERIFIED_EXEC_FP_SHA512
|
|
#options VERIFIED_EXEC_FP_SHA1
|
|
#options VERIFIED_EXEC_FP_MD5
|