Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.21
      1 # 	$NetBSD: RAMDISK,v 1.21 2017/09/14 07:58:40 mrg 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 	INCLUDE_CONFIG_FILE
     24 no options 	NTP
     25 no options 	KTRACE
     26 no options 	SYSVMSG
     27 no options 	SYSVSEM
     28 no options 	SYSVSHM
     29 no options 	SYSCTL_INCLUDE_DESCR
     30 
     31 no options	COMPAT_13
     32 no options	COMPAT_14
     33 no options	COMPAT_15
     34 no options	COMPAT_16
     35 no options	COMPAT_20
     36 no options	COMPAT_30
     37 no options	COMPAT_40
     38 no options	COMPAT_50
     39 no options	COMPAT_60
     40 no options	COMPAT_43
     41 
     42 no file-system	EXT2FS
     43 no file-system	LFS
     44 no file-system	FDESC
     45 no file-system	KERNFS
     46 no file-system	NULLFS
     47 no file-system	OVERLAY
     48 no file-system	PUFFS
     49 no file-system	PROCFS
     50 no file-system	UMAPFS
     51 no file-system	UNION
     52 no file-system	PTYFS
     53 no file-system	TMPFS
     54 
     55 no options 	QUOTA
     56 no options 	QUOTA2
     57 no options 	NFSSERVER
     58 no options 	NETATALK
     59 no options 	PPP_FILTER
     60 no options 	SCSIVERBOSE
     61 
     62 no ewsms0 at zsc?
     63 no wsmouse* at ewsms?
     64 
     65 no ch*	at scsibus?
     66 no ses*	at scsibus?
     67 no ss*	at scsibus?
     68 no uk*	at scsibus?
     69 
     70 no pseudo-device	ccd
     71 no pseudo-device	raid
     72 no pseudo-device	vnd
     73 no pseudo-device	fss
     74 no pseudo-device	putter
     75 no pseudo-device	ipfilter
     76 no pseudo-device	ppp
     77 no pseudo-device	pppoe
     78 no pseudo-device	strip
     79 no pseudo-device	tap
     80 no pseudo-device	tun
     81 no pseudo-device	gre
     82 no pseudo-device	gif
     83 no pseudo-device	stf
     84 no pseudo-device	vlan
     85 no pseudo-device	bridge
     86 no pseudo-device	agr
     87 no pseudo-device	accf_data
     88 no pseudo-device	accf_http
     89 no pseudo-device	clockctl
     90 # GENERIC has DDB, needs ksyms
     91 #no pseudo-device	ksyms
     92 no pseudo-device	wsmux
     93