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