INSTALL revision 1.28
1# $NetBSD: INSTALL,v 1.28 2004/07/15 03:53:49 atatat Exp $ 2# 3# INSTALL 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 52 53# File systems 54file-system FFS # UFS 55file-system NFS # Network File System client 56file-system CD9660 # ISO 9660 + Rock Ridge file system 57file-system MSDOSFS # MS-DOS file system 58file-system KERNFS # /kern 59 60# Filesystem options 61#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 62options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem 63 64# Networking options 65options INET # IP + ICMP + TCP + UDP 66 67# These options enable verbose messages for several subsystems. 68# Warning, these may compile large string tables into the kernel! 69options SCSIVERBOSE # human readable SCSI error messages 70 71# wscons options 72#options WSEMUL_SUN # sun terminal emulation 73options WSEMUL_VT100 # VT100 / VT220 emulation 74options WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10) 75 76# rcons options; note that 1-bit and 8-bit displays are supported by default. 77options RCONS_2BPP # Support for 2-bit display 78options RCONS_4BPP # Support for 4-bit display 79options RCONS_16BPP # Support for 16-bit display 80 81# Mac-specific options 82#options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache 83#options MRG_ADB # Use ROM-based ADB driver 84options ZS_CONSOLE_ABORT 85 86options NFS_BOOT_DHCP 87 88# Kernel root file system and dump configuration. 89config netbsd root on ? type ? 90 91# 92# Device configuration 93# 94 95mainbus0 at root 96 97fpu0 at mainbus? # Floating-Point Coprocessor support 98 99 100# Basic Bus Support 101 102# On-board I/O bus support 103obio0 at mainbus? 104 105# NuBus support 106nubus0 at mainbus? 107 108 109# Console Devices 110 111# Apple Desktop Bus interface 112adb0 at obio? 113aed* at adb? # ADB event device 114akbd* at adb? # ADB keyboard 115ams* at adb? # ADB mouse 116 117# Basic frame buffer support 118intvid0 at obio? # Internal video hardware 119macvid* at nubus? # NuBus video card 120 121# Device-independent frame buffer interface 122macfb* at intvid? 123macfb* at macvid? 124 125# Workstation Console devices 126wsdisplay0 at macfb? console ? 127wskbd0 at akbd? console ? 128wsmouse0 at ams? 129 130 131# Serial Devices 132 133# On-board serial interface 134zsc0 at obio? 135zstty* at zsc? channel ? 136 137 138# SCSI Controllers and Devices 139 140# SCSI controllers 141# XXX - use only one of ncrscsi or sbc 142ncrscsi0 at obio? # SCSI NCR 5380 143#sbc0 at obio? flags 0x1 # MI SCSI NCR 5380 144esp0 at obio? # SCSI NCR 53C9x 145esp1 at obio? # SCSI NCR 53C9x 146 147# SCSI bus support 148scsibus* at scsi? 149 150# SCSI devices 151sd* at scsibus? target ? lun ? # SCSI disk drives 152cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 153st* at scsibus? target ? lun ? # SCSI tape drives 154 155# IDE controller and devices 156wdc* at obio? flags 0x1000 157atabus* at ata? 158wd* at atabus? drive ? 159 160 161# Miscellaneous mass storage devices 162 163# IWM floppy disk controller 164iwm0 at obio? # Sony driver (800K GCR) 165fd* at iwm? drive ? 166 167 168# Network Interfaces 169 170# On-board Ethernet controllers 171sn* at obio? # SONIC-based (DP83932, DP83916) 172mc* at obio? # MACE-based 173 174# NuBus Ethernet controllers 175ae* at nubus? # DP8390-based 176sn* at nubus? # SONIC-based (DP83932, DP83916) 177sm* at nubus? # SMC-based 178netdock* at nubus? # Asante NetDock, Newer Ether MicroDock 179 180nsphy* at mii? phy ? 181ukphy* at mii? phy ? 182 183# Audio Devices 184 185# On-board audio hardware 186asc0 at obio? # ASC/EASC audio 187 188# Pseudo-Devices 189 190# disk/mass storage pseudo-devices 191pseudo-device md 1 # memory disk device (ramdisk) 192 193# network pseudo-devices 194pseudo-device loop 1 # network loopback 195pseudo-device ppp 1 # Point-to-Point Protocol 196pseudo-device sl 1 # Serial Line IP 197 198# miscellaneous pseudo-devices 199pseudo-device bpfilter 8 # Berkeley packet filter 200pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) 201 202pseudo-device rnd # /dev/random and in-kernel generator 203