Home | History | Annotate | Line # | Download | only in conf
SMALLRAM revision 1.34
      1 #	$NetBSD: SMALLRAM,v 1.34 2008/11/24 11:41:12 ad 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 is
      9 # 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 
     15 include	"arch/mac68k/conf/GENERIC"
     16 
     17 no options 	INCLUDE_CONFIG_FILE
     18 
     19 maxusers	8
     20 makeoptions	COPTS="-Os -m68030"	# Optimize for the MC68030
     21 
     22 no options 	M68040
     23 no options 	M68020
     24 no options 	FPSP
     25 no options 	FPU_EMULATE
     26 
     27 no options 	INSECURE
     28 
     29 no options 	SYSCTL_INCLUDE_DESCR
     30 no options 	KMEMSTATS
     31 
     32 no options 	COMPAT_10
     33 no options 	COMPAT_11
     34 no options 	COMPAT_12
     35 no options 	COMPAT_13
     36 no options 	COMPAT_14
     37 no options 	COMPAT_15
     38 no options 	COMPAT_43
     39 
     40 no options 	COMPAT_AOUT_M68K
     41 no options 	EXEC_AOUT
     42 
     43 no file-system 	EXT2FS
     44 no file-system 	LFS
     45 no file-system 	MFS
     46 no file-system 	CD9660
     47 no file-system 	MSDOSFS
     48 no file-system 	FDESC
     49 no file-system 	KERNFS
     50 no file-system 	NULLFS
     51 no file-system 	OVERLAY
     52 no file-system 	PORTAL
     53 no file-system 	PROCFS
     54 no file-system 	UMAPFS
     55 no file-system 	UNION
     56 no file-system 	CODA
     57 no file-system	PTYFS
     58 no file-system	TMPFS
     59 
     60 no options 	QUOTA
     61 no options 	WAPBL
     62 no options 	NFSSERVER
     63 
     64 options 	FFS_NO_SNAPSHOT
     65 
     66 no options 	INET6
     67 no options 	NETATALK
     68 no options 	PPP_BSDCOMP
     69 no options 	PPP_DEFLATE
     70 no options 	PPP_FILTER
     71 no options 	PFIL_HOOKS
     72 
     73 no options 	SCSIVERBOSE
     74 
     75 no options 	RCONS_2BPP
     76 no options 	RCONS_4BPP
     77 no options 	RCONS_16BPP
     78 
     79 no options 	ZS_CONSOLE_ABORT
     80 
     81 # SBC_PDMA      0x01    Use PDMA for polled transfers
     82 # SBC_INTR      0x02    Allow SCSI IRQ/DRQ interrupts
     83 # SBC_RESELECT  0x04    Allow disconnect/reselect
     84 sbc0	at obio? addr 0 flags 0x1	# MI SCSI NCR 5380
     85 
     86 no ncrscsi0
     87 no esp0
     88 no esp1
     89 
     90 no st*
     91 no cd*
     92 no ch*
     93 no se*
     94 no ss*
     95 no uk*
     96 
     97 no wdc*
     98 no atabus*
     99 no wd*
    100 
    101 no iwm0
    102 no fd*
    103 
    104 no sn*
    105 no sm*
    106 no mc*
    107 no netdock*
    108 
    109 no nsphy*
    110 no ukphy*
    111 
    112 no asc0
    113 
    114 no pseudo-device	ccd
    115 no pseudo-device	fss
    116 no pseudo-device	md
    117 no pseudo-device	vcoda
    118 no pseudo-device	pppoe
    119 no pseudo-device	tap
    120 no pseudo-device	gif
    121 no pseudo-device	stf
    122 no pseudo-device	vlan
    123 no pseudo-device	bridge
    124 no pseudo-device	agr
    125 no pseudo-device	ksyms
    126