Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.2
      1  1.2  tsutsui # 	$NetBSD: RAMDISK,v 1.2 2006/01/08 14:35:39 tsutsui Exp $
      2  1.1  tsutsui #
      3  1.2  tsutsui # kernel config file with memory disk for installation
      4  1.1  tsutsui #
      5  1.1  tsutsui 
      6  1.1  tsutsui include 	"arch/ews4800mips/conf/GENERIC"
      7  1.1  tsutsui 
      8  1.1  tsutsui # Enable the hooks used for initializing the root memory-disk.
      9  1.2  tsutsui makeoptions	COPTS="-Os -mmemcpy"	# optimize for space
     10  1.2  tsutsui 
     11  1.1  tsutsui options 	MEMORY_DISK_HOOKS
     12  1.1  tsutsui options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     13  1.1  tsutsui options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     14  1.2  tsutsui options 	MEMORY_DISK_ROOT_SIZE=8192	# size of memory disk, in blocks
     15  1.2  tsutsui 
     16  1.2  tsutsui options 	PIPE_SOCKETPAIR
     17  1.2  tsutsui 
     18  1.2  tsutsui # disable some options to shrink kernel
     19  1.2  tsutsui no options 	INCLUDE_CONFIG_FILE
     20  1.2  tsutsui no options 	NTP
     21  1.2  tsutsui no options 	SYSCTL_INCLUDE_DESCR
     22  1.2  tsutsui 
     23  1.2  tsutsui no options 	KTRACE
     24  1.2  tsutsui no options 	SYSTRACE
     25  1.2  tsutsui 
     26  1.2  tsutsui no file-system	EXT2FS
     27  1.2  tsutsui no file-system	OVERLAY
     28  1.2  tsutsui no file-system	PORTAL
     29  1.2  tsutsui no file-system	UMAPFS
     30  1.2  tsutsui no file-system	UNION
     31  1.2  tsutsui 
     32  1.2  tsutsui no options 	QUOTA
     33  1.2  tsutsui no options 	NETATALK
     34  1.2  tsutsui no options 	SCSIVERBOSE
     35  1.2  tsutsui 
     36  1.2  tsutsui no ewsms0 at zsc?
     37  1.2  tsutsui no wsmouse* at ewsms?
     38  1.2  tsutsui 
     39  1.2  tsutsui no pseudo-device	vnd
     40  1.2  tsutsui no pseudo-device	ipfilter
     41