1# $NetBSD: SMALLRAM,v 1.37 2010/11/24 13:48:20 hauke Exp $ 2# 3# This is an example of how to configure a small, efficient kernel for 4# a system with limited RAM. Even so it's capable of doing quite a 5# bit. The hypothetical system used for this example is a Macintosh 6# IIx or Macintosh IIcx with 8 MB of RAM and an 80 MB disk. One or 7# more DP5380- based NuBus Ethernet cards, onboard video and one or 8# more NuBus video cards are configured. Basic SLIP and PPP support 9# as well as packet filtering are available. 10# 11# This configuration is suitable for experimenting with NetBSD as a 12# router with one or more Ethernet cards, and up to two PPP 13# connections (one on each serial port). 14 15include "arch/mac68k/conf/GENERIC" 16 17no options INCLUDE_CONFIG_FILE 18 19maxusers 8 20makeoptions COPTS="-Os -m68030" # Optimize for the MC68030 21 22no options M68040 23no options M68020 24no options FPSP 25no options FPU_EMULATE 26 27no options INSECURE 28 29no options USERCONF 30no options SYSCTL_INCLUDE_DESCR 31no options KMEMSTATS 32 33no options COMPAT_10 34no options COMPAT_11 35no options COMPAT_12 36no options COMPAT_13 37no options COMPAT_14 38no options COMPAT_15 39no options COMPAT_16 40no options COMPAT_20 41no options COMPAT_30 42no options COMPAT_40 43no options COMPAT_43 44no options COMPAT_50 45 46no options COMPAT_AOUT_M68K 47no options EXEC_AOUT 48no options COMPAT_BSDPTY 49 50no file-system EXT2FS 51no file-system LFS 52no file-system MFS 53no file-system CD9660 54no file-system MSDOSFS 55no file-system FDESC 56no file-system KERNFS 57no file-system NULLFS 58no file-system OVERLAY 59no file-system PUFFS 60no file-system PROCFS 61no file-system UMAPFS 62no file-system UNION 63no file-system CODA 64no file-system PTYFS 65no file-system TMPFS 66 67no options QUOTA 68no options WAPBL 69no options NFSSERVER 70 71options FFS_NO_SNAPSHOT 72 73no options INET6 74no options NETATALK 75no options PPP_BSDCOMP 76no options PPP_DEFLATE 77no options PPP_FILTER 78 79no options SCSIVERBOSE 80 81no options RCONS_2BPP 82no options RCONS_4BPP 83no options RCONS_16BPP 84 85no options ZS_CONSOLE_ABORT 86 87no cpi* 88 89# SBC_PDMA 0x01 Use PDMA for polled transfers 90# SBC_INTR 0x02 Allow SCSI IRQ/DRQ interrupts 91# SBC_RESELECT 0x04 Allow disconnect/reselect 92sbc0 at obio? addr 0 flags 0x1 # MI SCSI NCR 5380 93 94no ncrscsi0 95no esp0 96no esp1 97 98no st* 99no cd* 100no ch* 101no se* 102no ss* 103no uk* 104 105no wdc* 106no atabus* 107no wd* 108 109no iwm0 110no fd* 111 112no sn* 113no sm* 114no mc* 115no netdock* 116 117no nsphy* 118no ukphy* 119 120no asc0 121 122no pseudo-device ccd 123no pseudo-device fss 124no pseudo-device md 125no pseudo-device vcoda 126no pseudo-device tap 127no pseudo-device gif 128no pseudo-device stf 129no pseudo-device vlan 130no pseudo-device bridge 131no pseudo-device agr 132no pseudo-device accf_data 133no pseudo-device accf_http 134no pseudo-device putter 135no pseudo-device ksyms 136