Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.18
      1 # $NetBSD: INSTALL,v 1.18 2012/10/17 14:49:02 apb 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=4224	# 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		EXEC_AOUT
     22 no options		RFC2292
     23 no options		PTRACE
     24 
     25 no options 		KLOADER
     26 
     27 no options 		INSECURE
     28 
     29 no file-system		KERNFS
     30 no file-system		NULLFS
     31 no file-system		PROCFS
     32 no file-system		PTYFS
     33 no file-system		TMPFS
     34 
     35 no options		COMPAT_13
     36 no options		COMPAT_14
     37 no options		COMPAT_15
     38 no options		COMPAT_16
     39 no options		COMPAT_20
     40 no options		COMPAT_30
     41 no options		COMPAT_40
     42 no options		COMPAT_50
     43 no options		COMPAT_60
     44 no options		COMPAT_43
     45 
     46 no options 		COMPAT_OSSAUDIO
     47 
     48 no options 		SYSVMSG
     49 no options 		SYSVSEM
     50 no options 		SYSVSHM
     51 
     52 options 		PIPE_SOCKETPAIR
     53 
     54 no options 		WSDISPLAY_COMPAT_PCVT
     55 no options 		WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     56 no options 		WSDISPLAY_COMPAT_RAWKBD
     57 options 		WSDISPLAY_DEFAULTSCREENS=1
     58 options 		RASOPS_SMALL
     59 
     60 no options 		DIAGNOSTIC
     61 no options 		DDB
     62 no options 		DDB_HISTORY_SIZE
     63 no options 		SYMTAB_SPACE
     64 
     65 no zrc0 at pxaip?
     66 
     67 no ztp0 at zssp?
     68 no wsmouse* at ztp?
     69 
     70 no zaudio0 at iic?
     71 no audio* at zaudio?
     72 
     73 no ums* at uhidev?
     74 no wsmouse* at ums?
     75 no ugen*
     76 
     77 no uk* at scsibus?
     78 
     79 no pseudo-device	vnd
     80 no options 		VND_COMPRESSION
     81 no pseudo-device	accf_data
     82 no pseudo-device	accf_http
     83 no pseudo-device	ksyms
     84 no pseudo-device	wsfont
     85 options 	NO_DEV_PTM
     86