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 6include "arch/zaurus/conf/GENERIC" 7 8# Enable the hooks used for initializing the root memory-disk. 9options MEMORY_DISK_HOOKS 10options MEMORY_DISK_IS_ROOT # force root on memory disk 11options MEMORY_DISK_SERVER=0 # no userspace memory disk support 12options MEMORY_DISK_ROOT_SIZE=4288 # size of memory disk, in blocks 13options 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 19makeoptions COPTS="-Os" 20 21no options INSECURE 22 23no file-system NULLFS 24no file-system PROCFS 25no file-system PTYFS 26no file-system TMPFS 27 28no options COMPAT_OSSAUDIO 29 30no options SYSVMSG 31no options SYSVSEM 32no options SYSVSHM 33no options P1003_1B_SEMAPHORE 34 35options PIPE_SOCKETPAIR 36 37no options WSDISPLAY_COMPAT_PCVT 38no options WSDISPLAY_COMPAT_USL 39no options WSDISPLAY_COMPAT_RAWKBD 40 41no options DIAGNOSTIC 42no options DDB 43no options DDB_HISTORY_SIZE 44no options SYMTAB_SPACE 45 46no pseudo-device vnd 47no options VND_COMPRESSION 48no pseudo-device accf_data 49no pseudo-device accf_http 50no pseudo-device ksyms 51