GENERIC revision 1.1
1# $NetBSD: GENERIC,v 1.1 1995/02/13 23:07:23 cgd Exp $ 2# 3# Generic Alpha kernel. Enough to get booted, etc., but not much more. 4 5include "std.alpha" 6 7makeoptions CC="gcc -Werror" 8makeoptions DEBUG="-g" 9 10maxusers 8 11 12# does not really do anything anymore, but this replaces "ident GENERIC" 13options GENERIC 14 15# CPU Support 16options DEC_3000_500 # 3000/400, /500, /600, and /700 17 18# needs to be set per system 19options TIMEZONE="5*60" # Minutes west of GMT (for param.c) 20options DST=1 # Daylight savings rules (for param.c) 21 22# Standard system options 23options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory) 24options DEBUG, DIAGNOSTIC # Extra kernel debugging 25options KTRACE # System call tracing support 26 27# File system options 28options FIFO # POSIX fifo support (in all file systems) 29options FFS # Fast file system 30options MFS # Memory-based file system 31options NFSCLIENT # Sun NFS-compatible file system client 32 33# Networking options 34options INET # Internet protocol suite 35 36# 4.3BSD compatibility. Should be optional, but necessary for now. 37options COMPAT_43 38 39# OSF/1 binary compatibility 40options COMPAT_OSF1 41 42config netbsd swap generic 43 44tc* at mainbus0 45asic0 at tc? slot ? offset ? 46clock0 at asic? offset ? 47le0 at asic? offset ? 48scc0 at asic? offset ? 49scc1 at asic? offset ? 50tcds0 at tc? slot ? offset ? 51esp0 at tcds? slot ? 52esp1 at tcds? slot ? 53#sfb* at tc? slot ? offset ? 54 55scsibus* at esp? 56 57sd* at scsibus? target ? drive ? 58st* at scsibus? target ? drive ? 59cd* at scsibus? target ? drive ? 60 61pseudo-device bpfilter 62pseudo-device loop 63pseudo-device pty 64pseudo-device sl 65pseudo-device vn 66