Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.17
      1 # 	$NetBSD: RAMDISK,v 1.17 2015/08/21 09:18:17 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
     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_43
     38 
     39 no file-system	EXT2FS
     40 no file-system	LFS
     41 no file-system	FDESC
     42 no file-system	KERNFS
     43 no file-system	NULLFS
     44 no file-system	OVERLAY
     45 no file-system	PUFFS
     46 no file-system	PROCFS
     47 no file-system	UMAPFS
     48 no file-system	UNION
     49 no file-system	PTYFS
     50 no file-system	TMPFS
     51 
     52 no options 	QUOTA
     53 no options 	QUOTA2
     54 no options 	NFSSERVER
     55 no options 	NETATALK
     56 no options 	PPP_FILTER
     57 no options 	SCSIVERBOSE
     58 
     59 no ewsms0 at zsc?
     60 no wsmouse* at ewsms?
     61 
     62 no ch*	at scsibus?
     63 no ses*	at scsibus?
     64 no ss*	at scsibus?
     65 no uk*	at scsibus?
     66 
     67 no pseudo-device	ccd
     68 no pseudo-device	raid
     69 no pseudo-device	vnd
     70 no pseudo-device	fss
     71 no pseudo-device	putter
     72 no pseudo-device	ipfilter
     73 no pseudo-device	ppp
     74 no pseudo-device	pppoe
     75 no pseudo-device	strip
     76 no pseudo-device	tap
     77 no pseudo-device	tun
     78 no pseudo-device	gre
     79 no pseudo-device	gif
     80 no pseudo-device	stf
     81 no pseudo-device	vlan
     82 no pseudo-device	bridge
     83 no pseudo-device	agr
     84 no pseudo-device	accf_data
     85 no pseudo-device	accf_http
     86 no pseudo-device	clockctl
     87 # GENERIC has DDB, needs ksyms
     88 #no pseudo-device	ksyms
     89 no pseudo-device	wsmux
     90