Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: INSTALL,v 1.106 2022/12/28 18:19:44 jakllsch Exp $
      2 #
      3 # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
      4 #
      5 # floppy install kernel.  based upon GENERIC, with much turned off.
      6 
      7 include "arch/sparc/conf/GENERIC"
      8 
      9 makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
     10 
     11 # Enable the hooks used for initializing the root memory-disk.
     12 options 	MEMORY_DISK_HOOKS
     13 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     14 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     15 ## The miniroot size must be kept in sync manually with the size of
     16 ## the `ramdisk' image (which is built in distrib/sparc/ramdisk).
     17 options 	MEMORY_DISK_ROOT_SIZE=2000	# size of memory disk, in blocks
     18 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     19 
     20 pseudo-device	md			# memory disk device (ramdisk)
     21 
     22 no options 	SUN4D
     23 options 	WSDISPLAY_DEFAULTSCREENS=1
     24 no options 	WSDISPLAY_COMPAT_USL
     25 no options 	KTRACE
     26 no options 	SYSVMSG
     27 no options 	SYSVSEM	
     28 no options 	SYSVSHM
     29 no options 	MODULAR
     30 no options 	MODULAR_DEFAULT_AUTOLOAD
     31 no options 	USERCONF
     32 options 	PIPE_SOCKETPAIR	
     33 no options 	SYSCTL_INCLUDE_DESCR
     34 no options 	DDB
     35 no options 	DIAGNOSTIC
     36 no options 	MIIVERBOSE
     37 no options 	SCSIVERBOSE
     38 no options 	COMPAT_10
     39 no options 	COMPAT_43
     40 no options 	COMPAT_44
     41 no options 	COMPAT_BSDPTY
     42 no options 	COMPAT_SUNOS
     43 options 	COMPAT_BSDPTY
     44 no file-system	KERNFS
     45 no file-system	NULLFS
     46 no file-system	FDESC
     47 no file-system	UMAPFS
     48 no file-system	LFS
     49 no file-system	PROCFS
     50 no file-system	UNION
     51 no file-system	MSDOSFS
     52 no file-system	PTYFS
     53 no file-system	CODA
     54 no file-system	PUFFS
     55 no options 	NFSSERVER
     56 no options 	QUOTA
     57 no options 	INET6
     58 no options 	NTP	
     59 no options 	PPP_BSDCOMP
     60 no options 	PPP_DEFLATE
     61 no options 	PPP_FILTER
     62 
     63 no cpu0		at cpuunit0
     64 no cpuunit0	at mainbus0
     65 no cpuunit*	at mainbus0
     66 no bootbus0	at cpuunit0
     67 no bootbus*	at cpuunit?
     68 no clock0	at bootbus0
     69 no zs0		at bootbus0
     70 no zs1		at bootbus0
     71 no zs*		at bootbus?
     72 no magma*	at sbus?
     73 no bpp*		at sbus?
     74 no ss*		at scsibus?
     75 no audiocs0
     76 no audioamd0
     77 
     78 no pseudo-device	sl		
     79 no pseudo-device	ppp		
     80 no pseudo-device	tun		
     81 no pseudo-device	bpfilter
     82 no pseudo-device	npf			# NPF packet filter
     83 no pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
     84 no pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
     85 no pseudo-device	vlan
     86 no pseudo-device	bridge
     87 no pseudo-device	vether			# Virtual Ethernet for bridge
     88 no pseudo-device	agr			# IEEE 802.3ad link aggregation
     89 no pseudo-device	accf_data		# "dataready" accept filter
     90 no pseudo-device	accf_http		# "httpready" accept filter
     91 no pseudo-device	vcoda			# coda minicache <-> venus comm.
     92 no pseudo-device	clockctl		# user control of clock subsystem
     93 no pseudo-device	ksyms			# /dev/ksyms
     94 no pseudo-device	fss			# file system snapshot device
     95 no pseudo-device	wsmux			# mouse and keyboard multiplexor
     96 no pseudo-device	wsfont
     97 no pseudo-device	putter			# for puffs and pud
     98