Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.9.2.1
      1 # $NetBSD: INSTALL,v 1.9.2.1 2011/06/23 14:19:51 cherry 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	# enable root ramdisk
     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=4096	# 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		KERNFS
     24 no file-system		NULLFS
     25 no file-system		PROCFS
     26 no file-system		PTYFS
     27 no file-system		TMPFS
     28 
     29 no options 		COMPAT_OSSAUDIO
     30 
     31 no options 		SYSVMSG
     32 no options 		SYSVSEM
     33 no options 		SYSVSHM
     34 no options 		P1003_1B_SEMAPHORE
     35 
     36 options 		PIPE_SOCKETPAIR
     37 
     38 no options 		WSDISPLAY_COMPAT_PCVT
     39 no options 		WSDISPLAY_COMPAT_USL
     40 no options 		WSDISPLAY_COMPAT_RAWKBD
     41 options 		RASOPS_SMALL
     42 
     43 no options 		DIAGNOSTIC
     44 no options 		DDB
     45 no options 		DDB_HISTORY_SIZE
     46 no options 		SYMTAB_SPACE
     47 
     48 no zrc0 at pxaip?
     49 
     50 no ztp0 at pxaip?
     51 no wsmouse* at ztp?
     52 
     53 no zaudio0 at iic?
     54 no audio* at zaudio?
     55 
     56 no ums* at uhidev?
     57 no wsmouse* at ums?
     58 
     59 no uk* at scsibus?
     60 
     61 no pseudo-device	vnd
     62 no options 		VND_COMPRESSION
     63 no pseudo-device	accf_data
     64 no pseudo-device	accf_http
     65 no pseudo-device	ksyms
     66 no pseudo-device	wsfont
     67