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