1995-05-28 23:53:48 +04:00
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
# $NetBSD: BOOT,v 1.22 1997/05/07 00:23:44 lukem Exp $
|
1995-05-28 23:53:48 +04:00
|
|
|
#
|
|
|
|
# BOOT
|
|
|
|
#
|
|
|
|
# This configuration file is for a BOOT kernel. This kernel is supplied
|
|
|
|
# on the boot-floppy and in the 'arch/atari/kernels' directory. It supports
|
|
|
|
# both Falcons and TT's and should be small enough to allow installation
|
|
|
|
# on 4Mb machines.
|
|
|
|
#
|
|
|
|
|
1996-10-16 16:50:30 +04:00
|
|
|
include "arch/atari/conf/std.atari"
|
1995-05-28 23:53:48 +04:00
|
|
|
#
|
|
|
|
# Add support for about 16 users. This variable is used to size
|
|
|
|
# various kernel structures.
|
|
|
|
#
|
|
|
|
maxusers 16
|
|
|
|
|
|
|
|
#
|
|
|
|
# processors this kernel should support
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options M68030 # support for 030
|
|
|
|
#options M68040 # support for 040
|
1995-05-28 23:53:48 +04:00
|
|
|
|
1997-05-07 04:23:43 +04:00
|
|
|
options HZ=64 # Set the clock-rate (48/64/96)
|
1995-05-28 23:53:48 +04:00
|
|
|
|
1996-09-16 10:14:21 +04:00
|
|
|
#
|
|
|
|
# Floating-point options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
|
|
|
#options FPSP # 68040 Floatingpoint support
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Networking options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options INET # Basic networking support
|
1995-05-28 23:53:48 +04:00
|
|
|
|
1997-01-31 04:48:24 +03:00
|
|
|
# File systems
|
1997-05-07 04:23:43 +04:00
|
|
|
file-system FFS # Berkeley fast file system
|
|
|
|
file-system MFS # Memory based filesystem
|
|
|
|
file-system PROCFS # Process filesystem
|
|
|
|
file-system KERNFS # Kernel parameter filesystem
|
|
|
|
file-system NULLFS # Loopback filesystem
|
|
|
|
file-system MSDOSFS # MSDOS filesystem
|
|
|
|
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
1995-05-28 23:53:48 +04:00
|
|
|
|
1997-01-31 04:48:24 +03:00
|
|
|
# File system options
|
1997-05-07 04:23:43 +04:00
|
|
|
options FIFO # FIFO operations on vnodes
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Misc. debuging options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options PANICWAIT # Require keystroke to dump/reboot
|
|
|
|
options DDB # Kernel debugger
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Compatability options for various existing systems
|
|
|
|
#
|
1997-05-07 04:23:43 +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
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Support for various kernel options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options KTRACE # Add kernel tracing system call
|
|
|
|
options DIAGNOSTIC # Add additional error checking code
|
|
|
|
options NKMEMCLUSTERS=256 # Size of kernel malloc area
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Atari specific kernel options:
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options ST_POOL_SIZE=22 # smallest that allows TT-HIGH
|
|
|
|
options TT_SCSI # SCSI-support for TT
|
|
|
|
options FALCON_SCSI # SCSI-support for Falcon
|
|
|
|
options TT_VIDEO # Graphics support for TT
|
|
|
|
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
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Build one kernel that can boot from any disk.
|
|
|
|
#
|
1997-01-31 04:48:24 +03:00
|
|
|
config netbsd root on ? type ?
|
1995-05-28 23:53:48 +04:00
|
|
|
|
1997-05-07 04:23:43 +04:00
|
|
|
pseudo-device view 1 # View (graphics mapping)
|
|
|
|
pseudo-device sl # Slip
|
|
|
|
pseudo-device ppp # ppp
|
|
|
|
pseudo-device pty 16 # Pseudo-tty support
|
|
|
|
pseudo-device loop # Loopback network
|
|
|
|
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
|
|
|
|
pseudo-device md 1 # Boot memory disk
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
# The following sections describe various hardware options.
|
1995-05-28 23:53:48 +04:00
|
|
|
#
|
1996-11-08 17:12:19 +03:00
|
|
|
fd0 at fdc0 unit 0 # builtin floppy drive
|
|
|
|
fd1 at fdc0 unit 1 # external floppy drive
|
1995-05-28 23:53:48 +04:00
|
|
|
zs0 at mainbus0 # Serial support through 8530
|
1996-02-19 12:05:31 +03:00
|
|
|
nvr0 at mainbus0 # nvram driver
|
1997-05-07 04:23:43 +04:00
|
|
|
idec0 at mainbus0 # IDE bus
|
|
|
|
ide* at idec? drive ? # ... and drives
|