1*67066Smckusick# @(#)GENERIC.sparc 8.3 (Berkeley) 04/24/94 259180Storek# 359180Storek# Generic SPARC 459180Storek 559180Storekinclude "std.sparc" 659180Storek 759779Storekmaxusers 8 859779Storek 959779Storek# does not really do anything anymore, but this replaces "ident GENERIC" 1059180Storekoptions GENERIC 1159779Storek 1259779Storek# needs to be set per system 1359779Storekoptions TIMEZONE="'8*60'" # minutes west of GMT (for param.c) 1459779Storekoptions DST=1 # daylight savings rules (for param.c) 1559779Storek 1659779Storek# Standard system options 1759779Storekoptions SWAPPAGER, VNODEPAGER, DEVPAGER # paging 1859779Storekoptions DEBUG, DIAGNOSTIC # extra kernel debugging 1959779Storekoptions KTRACE # system call tracing support 2059779Storekoptions KGDB # support for kernel gdb 2159779Storekoptions KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate 2259779Storekmakeoptions DEBUG="-g" # symbols for kgdb 2359779Storekoptions RCONSOLE # fast rasterop console 2464780Storek#options SYSVSHM, SHMMAXPGS=1024 # System V shared memory 2559779Storek 2659779Storek# Filesystem options 2759779Storekoptions FIFO # POSIX fifo support (in all filesystems) 2859779Storekoptions FFS, QUOTA # fast filesystem with user and group quotas 2959779Storekoptions MFS # memory-based filesystem 3059779Storekoptions NFS # Sun NFS-compatible filesystem 31*67066Smckusickoptions "CD9660" # ISO 9660 (CDROM) filesystem 32*67066Smckusickoptions UNION # Union filesystem 33*67066Smckusickoptions KERNFS # kernel data-structure filesystem 3459779Storekoptions FDESC # user file descriptor filesystem 35*67066Smckusick#options PROCFS # /proc filesystem 3659779Storek#options UMAPFS # uid/gid remapping filesystem 37*67066Smckusick#options NULLFS # null layer filesystem 3859779Storek#options LFS # Log-based filesystem (still experimental) 3959779Storek#options PORTAL # portal filesystem (still experimental) 4059779Storek 4159779Storek# Networking options 4259180Storekoptions INET 4359779Storek#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 4459779Storek#options GATEWAY # IP packet forwarding 4559779Storek#options ISO # OSI networking 4659779Storek#options TPIP 4759779Storek#options EON 4859180Storek 4959779Storek# Options for SPARCstation hardware 5059779Storekoptions COMPAT_SUNOS # compatibility with SunOS binaries 5159779Storek 5259180Storekconfig vmunix swap generic 5359180Storek 5459180Storekdma* at sbus0 slot ? offset ? 5559180Storekesp* at sbus0 slot ? offset ? # nb., esp is a `scsi' 5659180Storek 5759180Storektg0 at esp? target 0 5859180Storektg* at scsi? target ? 5959180Storeksd0 at tg0 drive 0 6059180Storeksd* at tg? drive ? 6159180Storek 6259180Storekbwtwo* at sbus? slot ? offset ? 6359180Storekcgthree* at sbus? slot ? offset ? 6464780Storekcgsix* at sbus? slot ? offset ? 6559180Storek 6659180Storekle* at sbus? slot ? offset ? 6759180Storek 6859180Storekpseudo-device loop 6959180Storekpseudo-device pty 7059180Storekpseudo-device sl 71