Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.7
      1 # $NetBSD: INSTALL,v 1.7 2011/05/05 09:07:59 nonaka Exp $
      2 #
      3 # INSTALL config file (GENERIC with memory disk root)
      4 #
      5 
      6 include 	"arch/zaurus/conf/GENERIC"
      7 
      8 # Enable the hooks used for initializing the root memory-disk.
      9 options 	MEMORY_DISK_HOOKS
     10 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     11 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     12 options 	MEMORY_DISK_ROOT_SIZE=4288	# size of memory disk, in blocks
     13 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     14 
     15 # for reduce kernel size.
     16 # kernei size must be less than 5MB.
     17 # - see src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c:bsdimage[]
     18 
     19 makeoptions		COPTS="-Os"
     20 
     21 no options 		INSECURE
     22 
     23 no file-system		NULLFS
     24 no file-system		PROCFS
     25 no file-system		PTYFS
     26 no file-system		TMPFS
     27 
     28 no options 		COMPAT_OSSAUDIO
     29 
     30 no options 		SYSVMSG
     31 no options 		SYSVSEM
     32 no options 		SYSVSHM
     33 no options 		P1003_1B_SEMAPHORE
     34 
     35 options 		PIPE_SOCKETPAIR
     36 
     37 no options 		WSDISPLAY_COMPAT_PCVT
     38 no options 		WSDISPLAY_COMPAT_USL
     39 no options 		WSDISPLAY_COMPAT_RAWKBD
     40 
     41 no options 		DIAGNOSTIC
     42 no options 		DDB
     43 no options 		DDB_HISTORY_SIZE
     44 no options 		SYMTAB_SPACE
     45 
     46 no pseudo-device	vnd
     47 no options 		VND_COMPRESSION
     48 no pseudo-device	accf_data
     49 no pseudo-device	accf_http
     50 no pseudo-device	ksyms
     51