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