mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
61 lines
2.3 KiB
Plaintext
61 lines
2.3 KiB
Plaintext
#
|
|
# $NetBSD: SMALL030,v 1.20 2014/11/24 08:29:26 tsutsui Exp $
|
|
#
|
|
# This file was automatically created. Changes will be
|
|
# lost when running makeconf in this directory.
|
|
#
|
|
# Created from:
|
|
# NetBSD: GENERIC.in,v 1.109 2014/11/24 08:23:48 tsutsui Exp $
|
|
include "arch/atari/conf/std.atari"
|
|
makeoptions COPTS="-Os" # optimize for space
|
|
maxusers 16
|
|
options HZ=64 # Set the clock-rate (48/64/96)
|
|
options INSECURE # disable kernel security levels
|
|
options M68030 # support for 030
|
|
options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
|
options INET # IP + ICMP + TCP + UDP
|
|
file-system FFS # Berkeley fast file system
|
|
file-system MFS # Memory based filesystem
|
|
file-system MSDOSFS # MSDOS filesystem
|
|
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
|
options WAPBL # File system journaling support
|
|
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
options PANICWAIT # Require keystroke to dump/reboot
|
|
options COMPAT_16 # NetBSD 1.6,
|
|
options COMPAT_20 # NetBSD 2.0,
|
|
options COMPAT_30 # NetBSD 3.0,
|
|
options COMPAT_40 # NetBSD 4.0,
|
|
options COMPAT_50 # NetBSD 5.0,
|
|
options COMPAT_60 # NetBSD 6.0, and
|
|
options COMPAT_70 # NetBSD 7.0 binary compatibility.
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
|
|
options TT_SCSI # SCSI-support for TT
|
|
options TT_VIDEO # Graphics support for TT
|
|
options FALCON_SCSI # SCSI-support for Falcon
|
|
options FALCON_VIDEO # Graphics support for FALCON
|
|
options MEMORY_DISK_HOOKS # Boot RAM-disk
|
|
options DISKLABEL_NBDA # NetBSD disklabels (required)
|
|
options DISKLABEL_AHDI # NetBSD/AHDI disklabels
|
|
config netbsd root on ? type ?
|
|
pseudo-device sl # Slip
|
|
pseudo-device pty # pseudo-terminals
|
|
pseudo-device loop # Loopback network
|
|
pseudo-device md # Boot memory disk
|
|
pseudo-device view 4 # View (graphics mapping)
|
|
ncrscsi0 at mainbus0 # NCR5380 SCSI driver
|
|
zs0 at mainbus0 # Serial support through 8530
|
|
grfbus0 at mainbus0 # bitmapped display's
|
|
grfcc0 at grfbus0 # graphics driver
|
|
ite0 at grfcc0 # console
|
|
nvr0 at mainbus0 # nvram driver
|
|
wdc0 at mainbus0 # IDE-bus
|
|
atabus* at wdc? channel ?
|
|
wd* at atabus? drive ?
|
|
atapibus* at atabus?
|
|
cd* at atapibus? drive ? # ATAPI CD-ROM drives
|
|
scsibus* at scsi? # SCSI bus
|
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|