FALCON revision 1.2
1# 2# $NetBSD: FALCON,v 1.2 1995/08/20 18:20:54 leo Exp $ 3# 4# ATARI-FALCON 5# 6# This configuration file is for a multiple disk/multiple tape ATARI-Falcon 7# 8 9include "std.atari" 10# 11# Add support for about 16 users. This variable is used to size 12# various kernel structures. 13# 14maxusers 16 15 16# 17# processors this kernel should support 18# 19options "M68030" # support for 030 20 21options TIMEZONE=300 # Set the timezone that the kernel will use 22options DST=1 # Set the timezone that the kernel will use 23options HZ=64 # Set the clock-rate (48/64/96) 24 25# 26# Networking options 27# 28options INET # Basic networking support 29 30options FFS # Berkeley fast file system 31options MFS # Memory based filesystem 32options PROCFS # Process filesystem 33options KERNFS # Kernel parameter filesystem 34options NULLFS # Loopback filesystem 35options MSDOSFS # MSDOS filesystem 36 37options FIFO # FIFO operations on vnodes 38 39options SWAPPAGER # Pager for swap device 40options VNODEPAGER # Pager for vnodes 41options DEVPAGER # Pager 42 43 44# 45# Misc. debuging options 46# 47options PANICWAIT # Require keystroke to dump/reboot 48options DDB # Kernel debugger 49 50# 51# Compatability options for various existing systems 52# 53options "COMPAT_43" # 4.3 BSD compatible system calls (required) 54 55# 56# Support for various kernel options 57# 58options KTRACE # Add kernel tracing system call 59options DIAGNOSTIC # Add additional error checking code 60options "NKMEMCLUSTERS=256" # Size of kernel malloc area 61options GENERIC # Mini-root boot support 62 63# 64# Atari specific kernel options: 65# 66options FALCON_SCSI # SCSI-support for FACLON only 67options FALCON_VIDEO # Graphics support for FALCON 68 69# 70# Build one kernel that can boot from any disk. 71# 72config netbsd swap on generic 73 74pseudo-device mouse 1 # mouse 75pseudo-device view 2 # View (graphics mapping) 76pseudo-device sl # Slip 77pseudo-device ppp # ppp 78pseudo-device pty 16 # Pseudo-tty support 79pseudo-device loop # Loopback network 80pseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 81 82# 83#The following sections describe various hardware options. 84# 85zs0 at mainbus0 # Serial support through 8530 86grf1 at grfbus0 # second graphics driver 87ite1 at grf1 # second tty 88