Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.22
      1 # 	$NetBSD: RAMDISK,v 1.22 2017/12/24 16:16:30 christos Exp $
      2 #
      3 # kernel config file with memory disk for installation
      4 #
      5 
      6 include 	"arch/ews4800mips/conf/GENERIC"
      7 
      8 # Enable the hooks used for initializing the root memory-disk.
      9 makeoptions	COPTS="-Os -mmemcpy"	# optimize for space
     10 
     11 options 	MEMORY_DISK_HOOKS
     12 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     13 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     14 options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks (12)
     15 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     16 
     17 options 	PIPE_SOCKETPAIR
     18 options 	NFS_V2_ONLY
     19 options 	FFS_NO_SNAPSHOT
     20 options 	NO_DEV_PTM
     21 
     22 # disable some options to shrink kernel
     23 no options	DDB
     24 no options 	INCLUDE_CONFIG_FILE
     25 no options 	NTP
     26 no options 	KTRACE
     27 no options 	SYSVMSG
     28 no options 	SYSVSEM
     29 no options 	SYSVSHM
     30 no options 	SYSCTL_INCLUDE_DESCR
     31 
     32 no options	COMPAT_13
     33 no options	COMPAT_14
     34 no options	COMPAT_15
     35 no options	COMPAT_16
     36 no options	COMPAT_20
     37 no options	COMPAT_30
     38 no options	COMPAT_40
     39 no options	COMPAT_50
     40 no options	COMPAT_60
     41 no options	COMPAT_43
     42 
     43 no file-system	EXT2FS
     44 no file-system	LFS
     45 no file-system	FDESC
     46 no file-system	KERNFS
     47 no file-system	NULLFS
     48 no file-system	OVERLAY
     49 no file-system	PUFFS
     50 no file-system	PROCFS
     51 no file-system	UMAPFS
     52 no file-system	UNION
     53 no file-system	PTYFS
     54 no file-system	TMPFS
     55 
     56 no options 	QUOTA
     57 no options 	QUOTA2
     58 no options 	NFSSERVER
     59 no options 	NETATALK
     60 no options 	PPP_FILTER
     61 no options 	SCSIVERBOSE
     62 
     63 no ewsms0 at zsc?
     64 no wsmouse* at ewsms?
     65 
     66 no ch*	at scsibus?
     67 no ses*	at scsibus?
     68 no ss*	at scsibus?
     69 no uk*	at scsibus?
     70 
     71 no pseudo-device	ccd
     72 no pseudo-device	raid
     73 no pseudo-device	vnd
     74 no pseudo-device	fss
     75 no pseudo-device	putter
     76 no pseudo-device	ipfilter
     77 no pseudo-device	ppp
     78 no pseudo-device	pppoe
     79 no pseudo-device	strip
     80 no pseudo-device	tap
     81 no pseudo-device	tun
     82 no pseudo-device	gre
     83 no pseudo-device	gif
     84 no pseudo-device	stf
     85 no pseudo-device	vlan
     86 no pseudo-device	bridge
     87 no pseudo-device	agr
     88 no pseudo-device	accf_data
     89 no pseudo-device	accf_http
     90 no pseudo-device	clockctl
     91 no pseudo-device	ksyms
     92 no pseudo-device	wsmux
     93