1# $NetBSD: INSTALL,v 1.106 2022/12/28 18:19:44 jakllsch Exp $ 2# 3# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp 4# 5# floppy install kernel. based upon GENERIC, with much turned off. 6 7include "arch/sparc/conf/GENERIC" 8 9makeoptions COPTS="-Os" # Optimise for space. Implies -O2 10 11# Enable the hooks used for initializing the root memory-disk. 12options MEMORY_DISK_HOOKS 13options MEMORY_DISK_IS_ROOT # force root on memory disk 14options MEMORY_DISK_SERVER=0 # no userspace memory disk support 15## The miniroot size must be kept in sync manually with the size of 16## the `ramdisk' image (which is built in distrib/sparc/ramdisk). 17options MEMORY_DISK_ROOT_SIZE=2000 # size of memory disk, in blocks 18options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 19 20pseudo-device md # memory disk device (ramdisk) 21 22no options SUN4D 23options WSDISPLAY_DEFAULTSCREENS=1 24no options WSDISPLAY_COMPAT_USL 25no options KTRACE 26no options SYSVMSG 27no options SYSVSEM 28no options SYSVSHM 29no options MODULAR 30no options MODULAR_DEFAULT_AUTOLOAD 31no options USERCONF 32options PIPE_SOCKETPAIR 33no options SYSCTL_INCLUDE_DESCR 34no options DDB 35no options DIAGNOSTIC 36no options MIIVERBOSE 37no options SCSIVERBOSE 38no options COMPAT_10 39no options COMPAT_43 40no options COMPAT_44 41no options COMPAT_BSDPTY 42no options COMPAT_SUNOS 43options COMPAT_BSDPTY 44no file-system KERNFS 45no file-system NULLFS 46no file-system FDESC 47no file-system UMAPFS 48no file-system LFS 49no file-system PROCFS 50no file-system UNION 51no file-system MSDOSFS 52no file-system PTYFS 53no file-system CODA 54no file-system PUFFS 55no options NFSSERVER 56no options QUOTA 57no options INET6 58no options NTP 59no options PPP_BSDCOMP 60no options PPP_DEFLATE 61no options PPP_FILTER 62 63no cpu0 at cpuunit0 64no cpuunit0 at mainbus0 65no cpuunit* at mainbus0 66no bootbus0 at cpuunit0 67no bootbus* at cpuunit? 68no clock0 at bootbus0 69no zs0 at bootbus0 70no zs1 at bootbus0 71no zs* at bootbus? 72no magma* at sbus? 73no bpp* at sbus? 74no ss* at scsibus? 75no audiocs0 76no audioamd0 77 78no pseudo-device sl 79no pseudo-device ppp 80no pseudo-device tun 81no pseudo-device bpfilter 82no pseudo-device npf # NPF packet filter 83no pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 84no pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 85no pseudo-device vlan 86no pseudo-device bridge 87no pseudo-device vether # Virtual Ethernet for bridge 88no pseudo-device agr # IEEE 802.3ad link aggregation 89no pseudo-device accf_data # "dataready" accept filter 90no pseudo-device accf_http # "httpready" accept filter 91no pseudo-device vcoda # coda minicache <-> venus comm. 92no pseudo-device clockctl # user control of clock subsystem 93no pseudo-device ksyms # /dev/ksyms 94no pseudo-device fss # file system snapshot device 95no pseudo-device wsmux # mouse and keyboard multiplexor 96no pseudo-device wsfont 97no pseudo-device putter # for puffs and pud 98