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