Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.5
      1  1.1  glass #
      2  1.3  glass # new config file for GENERIC
      3  1.5    gwr # $Id: GENERIC,v 1.5 1994/05/05 03:48:56 gwr Exp $
      4  1.1  glass #
      5  1.1  glass 
      6  1.3  glass include "std.sun3"
      7  1.1  glass 
      8  1.4    gwr # Machines to be supported by this kernel
      9  1.3  glass options		"SUN3_50"
     10  1.3  glass options		"SUN3_60"
     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 options 	MAXFDESCS=2048   	# max # of fds/process (for param.c)
     17  1.4    gwr 
     18  1.4    gwr # Standard system options
     19  1.4    gwr options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
     20  1.4    gwr options		KTRACE				# system call tracing support
     21  1.4    gwr makeoptions	DEBUG="-g"			# symbols for kgdb + nm
     22  1.1  glass 
     23  1.4    gwr # Filesystem options
     24  1.4    gwr options 	NFSSERVER			# nfs server support
     25  1.4    gwr options 	NFSCLIENT			# nfs client support
     26  1.4    gwr options 	FFS				# ufs file system
     27  1.4    gwr 
     28  1.4    gwr # Networking options
     29  1.4    gwr options		INET				# IP prototol stack support
     30  1.3  glass 
     31  1.4    gwr # Sun3-specific options
     32  1.3  glass options		COMPAT_SUNOS
     33  1.4    gwr options		COMPAT_09
     34  1.3  glass 
     35  1.4    gwr # Sun3-specific debugging options
     36  1.3  glass #options 	CONTEXT_DEBUG
     37  1.3  glass #options 	VMFAULT_TRACE
     38  1.4    gwr #options 	EXEC_DEBUG
     39  1.4    gwr #options 	PMAP_DEBUG
     40  1.4    gwr #options 	SYSCALL_DEBUG
     41  1.3  glass 
     42  1.1  glass config		netbsd swap generic
     43  1.1  glass 
     44  1.3  glass le0 at obio? addr ? level 3
     45  1.4    gwr 
     46  1.4    gwr zs0 at obio? addr  0x20000 level 2
     47  1.4    gwr zs1 at obio? addr  0x00000 level 2
     48  1.4    gwr kd0 at mainbus0
     49  1.4    gwr 
     50  1.4    gwr #si0 at obio? addr ? level ?
     51  1.4    gwr #scsibus* at scsi?
     52  1.4    gwr #sd* at scsibus? target ? lun ?
     53  1.4    gwr #st* at scsibus? target ? lun ?
     54  1.4    gwr #cd* at scsibus? target ? lun ?
     55  1.4    gwr #ch* at scsibus? target ? lun ?
     56  1.1  glass 
     57  1.3  glass idprom0 at obctl? addr ? size ?
     58  1.1  glass 
     59  1.4    gwr #prom0 at mainbus0
     60  1.1  glass 
     61  1.4    gwr pseudo-device	loop
     62  1.4    gwr pseudo-device	pty
     63