Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.8
      1 # $NetBSD: INSTALL,v 1.8 2011/05/20 07:47:53 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
     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		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 
     42 no options 		DIAGNOSTIC
     43 no options 		DDB
     44 no options 		DDB_HISTORY_SIZE
     45 no options 		SYMTAB_SPACE
     46 
     47 no ztp0 at pxaip?
     48 no wsmouse* at ztp?
     49 
     50 no zaudio0 at pxaip?
     51 no audio* at zaudio?
     52 
     53 no ums* at uhidev?
     54 no wsmouse* at ums?
     55 
     56 no uk* at scsibus?
     57 
     58 no pseudo-device	vnd
     59 no options 		VND_COMPRESSION
     60 no pseudo-device	accf_data
     61 no pseudo-device	accf_http
     62 no pseudo-device	ksyms
     63 no pseudo-device	wsfont
     64