1995-03-26 11:12:03 +04:00
|
|
|
#
|
1997-08-29 23:52:08 +04:00
|
|
|
# $NetBSD: ATARITT,v 1.24 1997/08/29 19:52:08 leo Exp $
|
1995-03-26 11:12:03 +04:00
|
|
|
#
|
|
|
|
# ATARI-TT
|
|
|
|
#
|
|
|
|
# This configuration file is for a multiple disk/multiple tape ATARI-TT
|
|
|
|
#
|
|
|
|
|
1996-10-16 16:50:30 +04:00
|
|
|
include "arch/atari/conf/std.atari"
|
1995-03-26 11:12:03 +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-03-26 11:12:03 +04:00
|
|
|
|
1997-05-07 04:23:43 +04:00
|
|
|
options HZ=64 # Set the clock-rate (48/64/96)
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-09-16 10:14:21 +04:00
|
|
|
#
|
|
|
|
# X11R6 related options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options UCONSOLE # Allow xconsole to work
|
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-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Networking options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options INET # Basic networking support
|
1995-03-26 11:12:03 +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 NFS # Network File System client side code
|
|
|
|
file-system PROCFS # Process filesystem
|
|
|
|
file-system KERNFS # Kernel parameter filesystem
|
|
|
|
file-system UNION # union file system
|
|
|
|
file-system NULLFS # Loopback filesystem
|
|
|
|
file-system MSDOSFS # MSDOS filesystem
|
|
|
|
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
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-03-26 11:12:03 +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-03-26 11:12:03 +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-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Support for System V IPC facilities.
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
#options SYSVSHM # System V shared memory
|
|
|
|
#options SYSVMSG # System V messages
|
|
|
|
#options SYSVSEM # System V semaphores
|
1995-03-26 11:12:03 +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-03-26 11:12:03 +04:00
|
|
|
|
1995-08-12 00:01:15 +04:00
|
|
|
#
|
|
|
|
# Atari specific kernel options:
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options TT_SCSI # SCSI-support for TT only
|
|
|
|
options TT_VIDEO # Graphics support for TT only
|
|
|
|
options STATCLOCK # Separate {stat,prof}clock
|
|
|
|
options MEMORY_DISK_HOOKS # Boot RAM-disk
|
|
|
|
options DISKLABEL_NBDA # NetBSD disklabels (required)
|
|
|
|
options DISKLABEL_AHDI # NetBSD/AHDI disklabels
|
1995-08-12 00:01:15 +04:00
|
|
|
|
1995-03-26 11:12:03 +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-03-26 11:12:03 +04:00
|
|
|
|
1997-05-07 04:23:43 +04:00
|
|
|
pseudo-device mouse 1 # mouse
|
|
|
|
pseudo-device view 4 # 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)
|
1997-08-29 23:52:08 +04:00
|
|
|
pseudo-device md 2 # Boot memory disk
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
# The following sections describe various hardware options.
|
1995-03-26 11:12:03 +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-03-26 11:12:03 +04:00
|
|
|
zs0 at mainbus0 # Serial support through 8530
|
1996-09-16 10:14:21 +04:00
|
|
|
grfcc1 at grfbus0 # second graphics driver
|
|
|
|
ite* at grfcc1 # second tty
|
|
|
|
grfcc2 at grfbus0 # third graphics driver
|
|
|
|
ite* at grfcc2 # third tty
|
1996-01-06 23:10:41 +03:00
|
|
|
nvr0 at mainbus0 # nvram driver
|
1997-07-30 19:43:23 +04:00
|
|
|
lp0 at mainbus0 # centronics printer
|