1*59779Storek# @(#)GENERIC.sparc 7.2 (Berkeley) 05/07/93 259180Storek# 359180Storek# Generic SPARC 459180Storek 559180Storekinclude "std.sparc" 659180Storek 7*59779Storekmaxusers 8 8*59779Storek 9*59779Storek# does not really do anything anymore, but this replaces "ident GENERIC" 1059180Storekoptions GENERIC 11*59779Storek 12*59779Storek# needs to be set per system 13*59779Storekoptions TIMEZONE="'8*60'" # minutes west of GMT (for param.c) 14*59779Storekoptions DST=1 # daylight savings rules (for param.c) 15*59779Storek 16*59779Storek# Standard system options 17*59779Storekoptions SWAPPAGER, VNODEPAGER, DEVPAGER # paging 18*59779Storekoptions DEBUG, DIAGNOSTIC # extra kernel debugging 19*59779Storekoptions KTRACE # system call tracing support 20*59779Storekoptions KGDB # support for kernel gdb 21*59779Storekoptions KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate 22*59779Storekmakeoptions DEBUG="-g" # symbols for kgdb 23*59779Storekoptions RCONSOLE # fast rasterop console 24*59779Storek 25*59779Storek# Filesystem options 26*59779Storekoptions FIFO # POSIX fifo support (in all filesystems) 27*59779Storekoptions FFS, QUOTA # fast filesystem with user and group quotas 28*59779Storekoptions MFS # memory-based filesystem 29*59779Storekoptions NFS # Sun NFS-compatible filesystem 30*59779Storekoptions LOFS # Loop-back filesystem 31*59779Storek#options KERNFS # kernel data-structure filesystem 32*59779Storekoptions FDESC # user file descriptor filesystem 33*59779Storek#options UMAPFS # uid/gid remapping filesystem 34*59779Storek#options LFS # Log-based filesystem (still experimental) 35*59779Storek#options PORTAL # portal filesystem (still experimental) 36*59779Storek 37*59779Storek# Networking options 3859180Storekoptions INET 39*59779Storek#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 40*59779Storek#options GATEWAY # IP packet forwarding 41*59779Storek#options ISO # OSI networking 42*59779Storek#options TPIP 43*59779Storek#options EON 4459180Storek 45*59779Storek# Options for SPARCstation hardware 46*59779Storekoptions COMPAT_SUNOS # compatibility with SunOS binaries 47*59779Storek 4859180Storekconfig vmunix swap generic 4959180Storek 5059180Storekdma* at sbus0 slot ? offset ? 5159180Storekesp* at sbus0 slot ? offset ? # nb., esp is a `scsi' 5259180Storek 5359180Storektg0 at esp? target 0 5459180Storektg* at scsi? target ? 5559180Storeksd0 at tg0 drive 0 5659180Storeksd* at tg? drive ? 5759180Storek 5859180Storekbwtwo* at sbus? slot ? offset ? 5959180Storekcgthree* at sbus? slot ? offset ? 6059180Storek 6159180Storekle* at sbus? slot ? offset ? 6259180Storek 6359180Storekpseudo-device loop 6459180Storekpseudo-device pty 6559180Storekpseudo-device sl 66