1# $NetBSD: INSTALLSBC,v 1.24 2005/02/18 21:05:52 dsl Exp $ 2# 3# INSTALLSBC 4 5include "arch/mac68k/conf/std.mac68k" 6 7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8 9makeoptions COPTS="-Os" # Optimise for space. Implies -O2 10 11maxusers 8 # estimated number of users 12 13# Enable the hooks used for initializing the ram-disk. 14options MEMORY_DISK_HOOKS 15options MEMORY_DISK_IS_ROOT # Force root on ram-disk 16options MEMORY_DISK_ROOT_SIZE=5120 # 2.5 MB 17 18# CPU support. At least one is REQUIRED. 19options M68040 20options M68030 21options M68020 # Note: must have 68851 PMMU 22 23# CPU-related options. 24options FPSP 25options FPU_EMULATE 26 27# Standard system options 28 29options INSECURE # disable kernel security levels 30 31options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 32 33options USERCONF # userconf(4) support 34options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 35#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 36options MALLOC_NOINLINE # Not inlining MALLOC saves memory 37 38# Diagnostic/debugging support options - XXX remove these at some point 39options DIAGNOSTIC # cheap kernel consistency checks 40options DDB # in-kernel debugger 41#options ADB_DEBUG # ADB debugging 42 43# Compatibility options 44options COMPAT_10 # NetBSD 1.0, 45options COMPAT_11 # NetBSD 1.1, 46options COMPAT_12 # NetBSD 1.2, 47options COMPAT_13 # NetBSD 1.3, 48options COMPAT_14 # NetBSD 1.4, 49options COMPAT_15 # NetBSD 1.5, 50options COMPAT_16 # NetBSD 1.6, 51options COMPAT_43 # and 4.3BSD 52options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 53 54# File systems 55file-system FFS # UFS 56file-system NFS # Network File System client 57file-system CD9660 # ISO 9660 + Rock Ridge file system 58file-system MSDOSFS # MS-DOS file system 59file-system KERNFS # /kern 60 61# Filesystem options 62#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 63options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem 64options FFS_NO_SNAPSHOT # ffs snapshots 65 66# Networking options 67options INET # IP + ICMP + TCP + UDP 68 69# These options enable verbose messages for several subsystems. 70# Warning, these may compile large string tables into the kernel! 71options SCSIVERBOSE # human readable SCSI error messages 72 73# wscons options 74#options WSEMUL_SUN # sun terminal emulation 75options WSEMUL_VT100 # VT100 / VT220 emulation 76options WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10) 77 78# rcons options; note that 1-bit and 8-bit displays are supported by default. 79options RCONS_2BPP # Support for 2-bit display 80options RCONS_4BPP # Support for 4-bit display 81options RCONS_16BPP # Support for 16-bit display 82 83# Mac-specific options 84#options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache 85#options MRG_ADB # Use ROM-based ADB driver 86options ZS_CONSOLE_ABORT 87 88options NFS_BOOT_DHCP 89 90# Kernel root file system and dump configuration. 91config netbsd root on ? type ? 92 93# 94# Device configuration 95# 96 97mainbus0 at root 98 99fpu0 at mainbus? # Floating-Point Coprocessor support 100 101 102# Basic Bus Support 103 104# On-board I/O bus support 105obio0 at mainbus? 106 107# NuBus support 108nubus0 at mainbus? 109 110 111# Console Devices 112 113# Apple Desktop Bus interface 114adb0 at obio? 115aed* at adb? # ADB event device 116akbd* at adb? # ADB keyboard 117ams* at adb? # ADB mouse 118 119# Basic frame buffer support 120intvid0 at obio? # Internal video hardware 121macvid* at nubus? # NuBus video card 122 123# Device-independent frame buffer interface 124macfb* at intvid? 125macfb* at macvid? 126 127# Workstation Console devices 128wsdisplay0 at macfb? console ? 129wskbd0 at akbd? console ? 130wsmouse0 at ams? 131 132 133# Serial Devices 134 135# On-board serial interface 136zsc0 at obio? 137zstty* at zsc? channel ? 138 139 140# SCSI Controllers and Devices 141 142# SCSI controllers 143# XXX - use only one of ncrscsi or sbc 144#ncrscsi0 at obio? addr 0 # SCSI NCR 5380 145sbc0 at obio? addr 0 flags 0x1 # MI SCSI NCR 5380 146esp0 at obio? addr 0 # SCSI NCR 53C9x 147esp1 at obio? addr 1 # SCSI NCR 53C9x 148 149# SCSI bus support 150scsibus* at scsi? 151 152# SCSI devices 153sd* at scsibus? target ? lun ? # SCSI disk drives 154cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 155st* at scsibus? target ? lun ? # SCSI tape drives 156 157# IDE controller and devices 158wdc* at obio? flags 0x1000 159atabus* at ata? 160wd* at atabus? drive ? 161 162 163# Miscellaneous mass storage devices 164 165# IWM floppy disk controller 166iwm0 at obio? # Sony driver (800K GCR) 167fd* at iwm? drive ? 168 169 170# Network Interfaces 171 172# On-board Ethernet controllers 173sn* at obio? # SONIC-based (DP83932, DP83916) 174mc* at obio? # MACE-based 175 176# NuBus Ethernet controllers 177ae* at nubus? # DP8390-based 178sn* at nubus? # SONIC-based (DP83932, DP83916) 179sm* at nubus? # SMC-based 180netdock* at nubus? # Asante NetDock, Newer Ether MicroDock 181 182nsphy* at mii? phy ? 183ukphy* at mii? phy ? 184 185# Audio Devices 186 187# On-board audio hardware 188asc0 at obio? # ASC/EASC audio 189 190# Pseudo-Devices 191 192# disk/mass storage pseudo-devices 193pseudo-device md 1 # memory disk device (ramdisk) 194#pseudo-device fss 4 # file system snapshot device 195 196# network pseudo-devices 197pseudo-device loop 1 # network loopback 198pseudo-device ppp 1 # Point-to-Point Protocol 199pseudo-device sl 1 # Serial Line IP 200 201# miscellaneous pseudo-devices 202pseudo-device bpfilter 8 # Berkeley packet filter 203pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) 204 205pseudo-device rnd # /dev/random and in-kernel generator 206