1995-05-28 23:53:48 +04:00
|
|
|
#
|
1996-12-17 00:24:00 +03:00
|
|
|
# $NetBSD: BOOT,v 1.16 1996/12/16 21:24:18 leo 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
|
|
|
|
#
|
|
|
|
options "M68030" # support for 030
|
1996-09-16 10:14:21 +04:00
|
|
|
# options "M68040" # support for 040
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
options HZ=64 # Set the clock-rate (48/64/96)
|
|
|
|
|
1996-09-16 10:14:21 +04:00
|
|
|
#
|
|
|
|
# Floating-point options
|
|
|
|
#
|
1995-05-28 23:53:48 +04:00
|
|
|
options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
1996-09-16 10:14:21 +04:00
|
|
|
# options FPSP # 68040 Floatingpoint support
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Networking options
|
|
|
|
#
|
|
|
|
options INET # Basic networking support
|
|
|
|
|
|
|
|
options FFS # Berkeley fast file system
|
|
|
|
options MFS # Memory based filesystem
|
|
|
|
options PROCFS # Process filesystem
|
|
|
|
options KERNFS # Kernel parameter filesystem
|
|
|
|
options NULLFS # Loopback filesystem
|
|
|
|
options MSDOSFS # MSDOS filesystem
|
1995-09-30 15:48:12 +03:00
|
|
|
options CD9660 # ISO 9660 filesystem with Rock Ridge
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
options FIFO # FIFO operations on vnodes
|
|
|
|
|
|
|
|
#
|
|
|
|
# Misc. debuging options
|
|
|
|
#
|
|
|
|
options PANICWAIT # Require keystroke to dump/reboot
|
|
|
|
options DDB # Kernel debugger
|
|
|
|
|
|
|
|
#
|
|
|
|
# Compatability options for various existing systems
|
|
|
|
#
|
1995-11-30 03:56:23 +03:00
|
|
|
options COMPAT_43 # 4.3 BSD compatible system calls (required)
|
|
|
|
options COMPAT_10 # Compatibility to NetBSD1.0
|
1996-02-19 12:05:31 +03:00
|
|
|
options COMPAT_11 # Compatibility to NetBSD1.1
|
1996-10-04 11:08:28 +04:00
|
|
|
options COMPAT_12 # Compatibility to NetBSD1.2
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Support for various kernel options
|
|
|
|
#
|
|
|
|
options KTRACE # Add kernel tracing system call
|
|
|
|
options DIAGNOSTIC # Add additional error checking code
|
|
|
|
options "NKMEMCLUSTERS=256" # Size of kernel malloc area
|
|
|
|
options GENERIC # Mini-root boot support
|
|
|
|
|
|
|
|
#
|
|
|
|
# Atari specific kernel options:
|
|
|
|
#
|
|
|
|
options "ST_POOL_SIZE=22" # smallest that allows TT-HIGH
|
1995-08-12 00:01:15 +04:00
|
|
|
options TT_SCSI # SCSI-support for TT
|
|
|
|
options FALCON_SCSI # SCSI-support for Falcon
|
1995-08-20 22:17:09 +04:00
|
|
|
options TT_VIDEO # Graphics support for TT
|
|
|
|
options FALCON_VIDEO # Graphics support for FALCON
|
1996-03-15 00:41:04 +03:00
|
|
|
options RAMDISK_HOOKS # Boot RAM-disk
|
1996-02-19 12:05:31 +03:00
|
|
|
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.
|
|
|
|
#
|
|
|
|
config netbsd swap on generic
|
|
|
|
|
1996-05-15 16:57:32 +04:00
|
|
|
pseudo-device view 1 # View (graphics mapping)
|
1995-05-28 23:53:48 +04:00
|
|
|
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)
|
1996-03-27 13:31:09 +03:00
|
|
|
pseudo-device rd 1 # Boot ramdisk
|
1995-05-28 23:53:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
#The following sections describe various hardware options.
|
|
|
|
#
|
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
|
1996-10-04 11:08:28 +04:00
|
|
|
lpt0 at mainbus0 # centronics printer
|