Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.10
      1 # 	$NetBSD: RAMDISK,v 1.10 2008/07/16 15:22:50 tsutsui 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 
     16 options 	PIPE_SOCKETPAIR
     17 options 	NFS_V2_ONLY
     18 options 	FFS_NO_SNAPSHOT
     19 options 	NO_DEV_PTM
     20 
     21 # disable some options to shrink kernel
     22 no options 	INCLUDE_CONFIG_FILE
     23 no options 	NTP
     24 no options 	KTRACE
     25 no options 	SYSVMSG
     26 no options 	SYSVSEM
     27 no options 	SYSVSHM
     28 no options 	P1003_1B_SEMAPHORE
     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 
     36 no file-system	EXT2FS
     37 no file-system	LFS
     38 no file-system	FDESC
     39 no file-system	KERNFS
     40 no file-system	NULLFS
     41 no file-system	OVERLAY
     42 no file-system	PORTAL
     43 no file-system	UMAPFS
     44 no file-system	UNION
     45 no file-system	PTYFS
     46 
     47 no options 	QUOTA
     48 no options 	NFSSERVER
     49 no options 	NETATALK
     50 no options 	PPP_FILTER
     51 no options 	SCSIVERBOSE
     52 
     53 no ewsms0 at zsc?
     54 no wsmouse* at ewsms?
     55 
     56 no ch*	at scsibus?
     57 no ses*	at scsibus?
     58 no ss*	at scsibus?
     59 no uk*	at scsibus?
     60 
     61 no pseudo-device	raid
     62 no pseudo-device	vnd
     63 no pseudo-device	fss
     64 no pseudo-device	ipfilter
     65 no pseudo-device	ppp
     66 no pseudo-device	pppoe
     67 no pseudo-device	strip
     68 no pseudo-device	tap
     69 no pseudo-device	tun
     70 no pseudo-device	gre
     71 no pseudo-device	gif
     72 no pseudo-device	stf
     73 no pseudo-device	vlan
     74 no pseudo-device	bridge
     75 no pseudo-device	agr
     76 no pseudo-device	clockctl
     77 no pseudo-device	ksyms
     78 no pseudo-device	wsmux
     79