NetBSD/sys/arch/atari/conf/BOOT

128 lines
3.7 KiB
Plaintext
Raw Normal View History

#
# $NetBSD: BOOT,v 1.41 2002/01/27 13:56:49 jdolecek Exp $
#
2001-04-05 16:25:15 +04:00
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
2001-11-20 14:30:44 +03:00
# Created from:
# NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
# NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
2001-04-05 16:25:15 +04:00
#This configuration file is for a generic ATARI-Falcon
#Define 'INSTALL_KERNEL' or 'INSTALLX_KERNEL' to generate a BOOT or
#BOOTX kernel respectively.
#Generic atari
include "arch/atari/conf/std.atari"
2001-04-05 16:25:15 +04:00
#Add support for about 16 users. This variable is used to size
#various kernel structures.
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
2001-04-05 16:25:15 +04:00
#Standard system options
options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
#(Co)processors this kernel should support
options M68030 # support for 030
options FPU_EMULATE # Support for MC68881/MC68882 emulator
2001-04-05 16:25:15 +04:00
#Networking options
2001-11-20 14:30:44 +03:00
options INET # IP + ICMP + TCP + UDP
2001-04-05 16:25:15 +04:00
2001-11-20 14:30:44 +03:00
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
2001-04-05 16:25:15 +04:00
#File systems
file-system FFS # Berkeley fast file system
file-system MFS # Memory based filesystem
file-system KERNFS # Kernel parameter filesystem
file-system MSDOSFS # MSDOS filesystem
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
#Misc. debugging options
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
#Compatibility options for various existing systems
2001-04-05 16:25:15 +04:00
options COMPAT_43 # 4.3 BSD compatible system calls (required)
options COMPAT_10 # Compatibility to NetBSD1.0
options COMPAT_11 # Compatibility to NetBSD1.1
options COMPAT_12 # Compatibility to NetBSD1.2
1997-12-01 17:52:51 +03:00
options COMPAT_13 # Compatibility to NetBSD1.3
1999-07-29 14:37:12 +04:00
options COMPAT_14 # Compatibility to NetBSD1.4
2001-11-20 14:30:44 +03:00
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
2001-04-05 16:25:15 +04:00
#These options enable verbose messages for several subsystems.
#Warning, these may compile large string tables into the kernel!
2001-04-05 16:25:15 +04:00
#Atari specific options
#options KFONT_8x8 # Use 8x8 font instead of 8x16
options ST_POOL_SIZE=22 # smallest that allows TT-HIGH
2001-04-05 16:25:15 +04:00
options TT_SCSI # SCSI-support for TT
options TT_VIDEO # Graphics support for TT
2001-04-05 16:25:15 +04:00
options FALCON_SCSI # SCSI-support for Falcon
options FALCON_VIDEO # Graphics support for FALCON
2001-04-05 16:25:15 +04:00
options MEMORY_DISK_HOOKS # Boot RAM-disk
options DISKLABEL_NBDA # NetBSD disklabels (required)
options DISKLABEL_AHDI # NetBSD/AHDI disklabels
2001-04-05 16:25:15 +04:00
#Build one kernel that can boot from any disk.
config netbsd root on ? type ?
pseudo-device sl # Slip
pseudo-device ppp # ppp
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
1997-08-29 23:52:08 +04:00
pseudo-device md 2 # Boot memory disk
2001-04-05 16:25:15 +04:00
#Hardware options for GENERIC are in the various machine type specific files
pseudo-device view 4 # View (graphics mapping)
#The following sections describe various hardware options.
ncrscsi0 at mainbus0 # NCR5380 SCSI driver
scsibus0 at ncrscsi0 # SCSI bus
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
wd* at wdc? channel ? drive ?
#ATAPI bus support
2001-04-05 16:25:15 +04:00
atapibus* at wdc? channel ?
#ATAPI devices
2001-11-20 14:30:44 +03:00
cd* at atapibus? drive ? # ATAPI CD-ROM drives
2001-04-05 16:25:15 +04:00
#SCSI devices
sd* at scsibus? target ? lun ? # SCSI disk drives
st* at scsibus? target ? lun ? # SCSI tape drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives