1 1.1 abs # 2 1.20 tsutsui # $NetBSD: SMALL030,v 1.28 2022/08/07 02:55:46 simonb Exp $ 3 1.1 abs # 4 1.1 abs # This file was automatically created. Changes will be 5 1.1 abs # lost when running makeconf in this directory. 6 1.1 abs # 7 1.1 abs # Created from: 8 1.28 simonb # NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $ 9 1.1 abs include "arch/atari/conf/std.atari" 10 1.26 tsutsui makeoptions COPTS="-Os -fno-unwind-tables" # optimize for space 11 1.1 abs maxusers 16 12 1.1 abs options HZ=64 # Set the clock-rate (48/64/96) 13 1.1 abs options INSECURE # disable kernel security levels 14 1.1 abs options M68030 # support for 030 15 1.1 abs options FPU_EMULATE # Support for MC68881/MC68882 emulator 16 1.1 abs options INET # IP + ICMP + TCP + UDP 17 1.1 abs file-system FFS # Berkeley fast file system 18 1.1 abs file-system MFS # Memory based filesystem 19 1.1 abs file-system MSDOSFS # MSDOS filesystem 20 1.1 abs file-system CD9660 # ISO 9660 filesystem with Rock Ridge 21 1.15 dholland options WAPBL # File system journaling support 22 1.20 tsutsui options FFS_NO_SNAPSHOT # No FFS snapshot support 23 1.1 abs options PANICWAIT # Require keystroke to dump/reboot 24 1.21 mrg include "conf/compat_netbsd10.config" 25 1.21 mrg no options COMPAT_43 # 4.3 BSD compatible system calls 26 1.21 mrg no options COMPAT_10 # NetBSD 1.0, 27 1.21 mrg no options COMPAT_11 # NetBSD 1.1, 28 1.21 mrg no options COMPAT_12 # NetBSD 1.2, 29 1.21 mrg no options COMPAT_13 # NetBSD 1.3, 30 1.21 mrg no options COMPAT_14 # NetBSD 1.4, 31 1.21 mrg no options COMPAT_15 # NetBSD 1.5, 32 1.1 abs options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 33 1.27 tsutsui options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver 34 1.1 abs options TT_SCSI # SCSI-support for TT 35 1.1 abs options TT_VIDEO # Graphics support for TT 36 1.1 abs options FALCON_SCSI # SCSI-support for Falcon 37 1.1 abs options FALCON_VIDEO # Graphics support for FALCON 38 1.1 abs options MEMORY_DISK_HOOKS # Boot RAM-disk 39 1.1 abs options DISKLABEL_NBDA # NetBSD disklabels (required) 40 1.1 abs options DISKLABEL_AHDI # NetBSD/AHDI disklabels 41 1.1 abs config netbsd root on ? type ? 42 1.1 abs pseudo-device sl # Slip 43 1.1 abs pseudo-device pty # pseudo-terminals 44 1.1 abs pseudo-device loop # Loopback network 45 1.12 hannken pseudo-device md # Boot memory disk 46 1.1 abs pseudo-device view 4 # View (graphics mapping) 47 1.1 abs ncrscsi0 at mainbus0 # NCR5380 SCSI driver 48 1.1 abs zs0 at mainbus0 # Serial support through 8530 49 1.1 abs grfbus0 at mainbus0 # bitmapped display's 50 1.1 abs grfcc0 at grfbus0 # graphics driver 51 1.1 abs ite0 at grfcc0 # console 52 1.1 abs nvr0 at mainbus0 # nvram driver 53 1.1 abs wdc0 at mainbus0 # IDE-bus 54 1.1 abs atabus* at wdc? channel ? 55 1.1 abs wd* at atabus? drive ? 56 1.1 abs atapibus* at atabus? 57 1.1 abs cd* at atapibus? drive ? # ATAPI CD-ROM drives 58 1.2 abs scsibus* at scsi? # SCSI bus 59 1.1 abs sd* at scsibus? target ? lun ? # SCSI disk drives 60 1.1 abs cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 61