NetBSD/sys/arch/atari/conf/BOOTX

141 lines
4.0 KiB
Plaintext

#
# $NetBSD: BOOTX,v 1.40 2002/04/25 15:06:24 atatat Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
# NetBSD: GENERIC.in,v 1.18 2002/04/16 22:42:55 bjh21 Exp $
#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"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#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)
#X11R6 related options
options UCONSOLE # Allow xconsole to work
#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
#Networking options
options INET # IP + ICMP + TCP + UDP
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)
#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
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
options COMPAT_13 # Compatibility to NetBSD1.3
options COMPAT_14 # Compatibility to NetBSD1.4
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#These options enable verbose messages for several subsystems.
#Warning, these may compile large string tables into the kernel!
#Atari specific options
#options KFONT_8x8 # Use 8x8 font instead of 8x16
options ST_POOL_SIZE=22 # 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
#Build one kernel that can boot from any disk.
config netbsd root on ? type ?
pseudo-device sl # Slip
pseudo-device ppp # ppp
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
pseudo-device md 2 # Boot memory disk
#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
grfcc1 at grfbus0 # 2nd graphics driver
ite1 at grfcc1 # 2nd tty
grfcc2 at grfbus0 # 3rd graphics driver
ite2 at grfcc2 # 3rd tty
lp0 at mainbus0 # centronics printer
ser0 at mainbus0 # UART on first 68901 (ttyB0)
wdc0 at mainbus0 # IDE-bus
wd* at wdc? channel ? drive ?
#ATAPI bus support
atapibus* at wdc? channel ?
#ATAPI devices
cd* at atapibus? drive ? # ATAPI CD-ROM drives
#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