Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.8
      1  1.8    cgd #	$NetBSD: GENERIC,v 1.8 1994/10/26 09:08:09 cgd Exp $
      2  1.1  glass #
      3  1.7    gwr # GENERIC kernel - supports root on: le0, sd*
      4  1.1  glass 
      5  1.3  glass include "std.sun3"
      6  1.1  glass 
      7  1.4    gwr # Machines to be supported by this kernel
      8  1.3  glass options		"SUN3_50"
      9  1.3  glass options		"SUN3_60"
     10  1.7    gwr options		GENERIC
     11  1.3  glass 
     12  1.4    gwr # Needs to be set per system.  i.e change these as you see fit
     13  1.3  glass maxusers	4
     14  1.5    gwr options		TIMEZONE=480		# minutes west of GMT (for param.c)
     15  1.4    gwr options 	DST=2			# daylight savings rules (for param.c)
     16  1.4    gwr 
     17  1.4    gwr # Standard system options
     18  1.4    gwr options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
     19  1.4    gwr options		KTRACE				# system call tracing support
     20  1.7    gwr #makeoptions	DEBUG="-g"			# symbols for kgdb + nm
     21  1.7    gwr # I use DDB by copying in the symbols with dbsym.
     22  1.7    gwr options		DDB
     23  1.7    gwr options		SYMTAB_SPACE=88000
     24  1.1  glass 
     25  1.4    gwr # Filesystem options
     26  1.4    gwr options 	NFSSERVER			# nfs server support
     27  1.4    gwr options 	NFSCLIENT			# nfs client support
     28  1.4    gwr options 	FFS				# ufs file system
     29  1.4    gwr 
     30  1.4    gwr # Networking options
     31  1.4    gwr options		INET				# IP prototol stack support
     32  1.3  glass 
     33  1.4    gwr # Sun3-specific options
     34  1.3  glass options		COMPAT_SUNOS
     35  1.4    gwr options		COMPAT_09
     36  1.3  glass 
     37  1.4    gwr # Sun3-specific debugging options
     38  1.7    gwr options 	CONTEXT_DEBUG
     39  1.7    gwr options 	PMAP_DEBUG
     40  1.3  glass #options 	VMFAULT_TRACE
     41  1.4    gwr #options 	SYSCALL_DEBUG
     42  1.7    gwr options 	EXEC_DEBUG
     43  1.7    gwr options 	DIAGNOSTIC
     44  1.7    gwr options 	SCSIDEBUG
     45  1.3  glass 
     46  1.1  glass config		netbsd swap generic
     47  1.1  glass 
     48  1.3  glass le0 at obio? addr ? level 3
     49  1.4    gwr 
     50  1.4    gwr zs0 at obio? addr  0x20000 level 2
     51  1.4    gwr zs1 at obio? addr  0x00000 level 2
     52  1.4    gwr kd0 at mainbus0
     53  1.4    gwr 
     54  1.7    gwr si0 at obio? addr ? level ?
     55  1.7    gwr scsibus* at scsi?
     56  1.7    gwr sd* at scsibus? target ? lun ?
     57  1.7    gwr st* at scsibus? target ? lun ?
     58  1.7    gwr cd* at scsibus? target ? lun ?
     59  1.4    gwr #ch* at scsibus? target ? lun ?
     60  1.1  glass 
     61  1.3  glass idprom0 at obctl? addr ? size ?
     62  1.1  glass 
     63  1.4    gwr pseudo-device	loop
     64  1.4    gwr pseudo-device	pty
     65