ATARITT revision 1.14
11.1Sleo# 21.14Sleo# $NetBSD: ATARITT,v 1.14 1996/10/04 07:08:28 leo Exp $ 31.1Sleo# 41.1Sleo# ATARI-TT 51.1Sleo# 61.1Sleo# This configuration file is for a multiple disk/multiple tape ATARI-TT 71.1Sleo# 81.1Sleo 91.1Sleoinclude "std.atari" 101.1Sleo# 111.1Sleo# Add support for about 16 users. This variable is used to size 121.1Sleo# various kernel structures. 131.1Sleo# 141.1Sleomaxusers 16 151.1Sleo 161.1Sleo# 171.1Sleo# processors this kernel should support 181.1Sleo# 191.1Sleooptions "M68030" # support for 030 201.13Sleo# options "M68040" # support for 040 211.1Sleo 221.13Sleooptions TIMEZONE=0 # Set the timezone that the kernel will use 231.1Sleooptions DST=1 # Set the timezone that the kernel will use 241.2Sleooptions HZ=64 # Set the clock-rate (48/64/96) 251.1Sleo 261.13Sleo# 271.13Sleo# X11R6 related options 281.13Sleo# 291.13Sleooptions UCONSOLE # Allow xconsole to work 301.13Sleo 311.13Sleo# 321.13Sleo# Floating-point options 331.13Sleo# 341.13Sleooptions FPU_EMULATE # Support for MC68881/MC68882 emulator 351.13Sleo# options FPSP # 68040 Floatingpoint support 361.1Sleo 371.1Sleo# 381.1Sleo# Networking options 391.1Sleo# 401.1Sleooptions INET # Basic networking support 411.1Sleo 421.1Sleooptions FFS # Berkeley fast file system 431.1Sleooptions MFS # Memory based filesystem 441.1Sleooptions PROCFS # Process filesystem 451.1Sleooptions KERNFS # Kernel parameter filesystem 461.1Sleooptions NULLFS # Loopback filesystem 471.13Sleooptions UNION # union file system 481.1Sleooptions MSDOSFS # MSDOS filesystem 491.6Sleooptions CD9660 # ISO 9660 filesystem with Rock Ridge 501.1Sleo 511.1Sleooptions FIFO # FIFO operations on vnodes 521.1Sleo 531.1Sleooptions SWAPPAGER # Pager for swap device 541.1Sleooptions VNODEPAGER # Pager for vnodes 551.1Sleooptions DEVPAGER # Pager 561.1Sleo 571.1Sleo 581.1Sleo# 591.1Sleo# Misc. debuging options 601.1Sleo# 611.1Sleooptions PANICWAIT # Require keystroke to dump/reboot 621.1Sleooptions DDB # Kernel debugger 631.2Sleo 641.2Sleo# 651.2Sleo# File system related options 661.2Sleo# 671.2Sleo#options NFSCLIENT # Network File System client side code 681.1Sleo 691.1Sleo# 701.1Sleo# Compatability options for various existing systems 711.1Sleo# 721.7Sjtcoptions COMPAT_43 # 4.3 BSD compatible system calls (required) 731.7Sjtcoptions COMPAT_10 # Compatibility to NetBSD1.0 741.9Sleooptions COMPAT_11 # Compatibility to NetBSD1.1 751.14Sleooptions COMPAT_12 # Compatibility to NetBSD1.2 761.1Sleo 771.1Sleo# 781.1Sleo# Support for System V IPC facilities. 791.1Sleo# 801.13Sleo# options SYSVSHM # System V shared memory 811.13Sleo# options SYSVMSG # System V messages 821.13Sleo# options SYSVSEM # System V semaphores 831.1Sleo 841.1Sleo# 851.1Sleo# Support for various kernel options 861.1Sleo# 871.1Sleooptions KTRACE # Add kernel tracing system call 881.1Sleooptions DIAGNOSTIC # Add additional error checking code 891.1Sleooptions "NKMEMCLUSTERS=256" # Size of kernel malloc area 901.1Sleooptions GENERIC # Mini-root boot support 911.4Sleo 921.4Sleo# 931.4Sleo# Atari specific kernel options: 941.4Sleo# 951.4Sleooptions TT_SCSI # SCSI-support for TT only 961.5Sleooptions TT_VIDEO # Graphics support for TT only 971.13Sleooptions STATCLOCK # Separate {stat,prof}clock 981.10Sleooptions RAMDISK_HOOKS # Boot RAM-disk 991.9Sleooptions DISKLABEL_NBDA # NetBSD disklabels (required) 1001.9Sleooptions DISKLABEL_AHDI # NetBSD/AHDI disklabels 1011.1Sleo 1021.1Sleo# 1031.1Sleo# Build one kernel that can boot from any disk. 1041.1Sleo# 1051.1Sleoconfig netbsd swap on generic 1061.1Sleo 1071.3Sleopseudo-device mouse 1 # mouse 1081.13Sleopseudo-device view 4 # View (graphics mapping) 1091.1Sleopseudo-device sl # Slip 1101.1Sleopseudo-device ppp # ppp 1111.1Sleopseudo-device pty 16 # Pseudo-tty support 1121.1Sleopseudo-device loop # Loopback network 1131.1Sleopseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 1141.11Sleopseudo-device rd 1 # Boot ramdisk 1151.1Sleo 1161.1Sleo# 1171.1Sleo#The following sections describe various hardware options. 1181.1Sleo# 1191.1Sleozs0 at mainbus0 # Serial support through 8530 1201.13Sleogrfcc1 at grfbus0 # second graphics driver 1211.13Sleoite* at grfcc1 # second tty 1221.13Sleogrfcc2 at grfbus0 # third graphics driver 1231.13Sleoite* at grfcc2 # third tty 1241.8Sleonvr0 at mainbus0 # nvram driver 1251.11Sleolpt0 at mainbus0 # centronics printer 126