ATARITT revision 1.32
11.1Sleo# 21.32Sjdolecek# $NetBSD: ATARITT,v 1.32 2000/09/24 15:59:30 jdolecek 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.15Sleoinclude "arch/atari/conf/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.22Slukemoptions M68030 # support for 030 201.22Slukem#options M68040 # support for 040 211.1Sleo 221.22Slukemoptions HZ=64 # Set the clock-rate (48/64/96) 231.1Sleo 241.13Sleo# 251.13Sleo# X11R6 related options 261.13Sleo# 271.22Slukemoptions UCONSOLE # Allow xconsole to work 281.13Sleo 291.13Sleo# 301.13Sleo# Floating-point options 311.13Sleo# 321.29Sleo#options FPU_EMULATE # Support for MC68881/MC68882 emulator 331.22Slukem#options FPSP # 68040 Floatingpoint support 341.1Sleo 351.1Sleo# 361.1Sleo# Networking options 371.1Sleo# 381.22Slukemoptions INET # Basic networking support 391.1Sleo 401.20Sthorpej# File systems 411.22Slukemfile-system FFS # Berkeley fast file system 421.22Slukemfile-system MFS # Memory based filesystem 431.22Slukem#file-system NFS # Network File System client side code 441.22Slukemfile-system PROCFS # Process filesystem 451.22Slukemfile-system KERNFS # Kernel parameter filesystem 461.22Slukemfile-system UNION # union file system 471.22Slukemfile-system NULLFS # Loopback filesystem 481.22Slukemfile-system MSDOSFS # MSDOS filesystem 491.22Slukemfile-system CD9660 # ISO 9660 filesystem with Rock Ridge 501.1Sleo 511.1Sleo# 521.25Slukem# Misc. debugging options 531.1Sleo# 541.22Slukemoptions PANICWAIT # Require keystroke to dump/reboot 551.22Slukemoptions DDB # Kernel debugger 561.25Slukem#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 571.2Sleo 581.2Sleo# 591.1Sleo# Compatability options for various existing systems 601.1Sleo# 611.22Slukemoptions COMPAT_43 # 4.3 BSD compatible system calls (required) 621.22Slukemoptions COMPAT_10 # Compatibility to NetBSD1.0 631.22Slukemoptions COMPAT_11 # Compatibility to NetBSD1.1 641.22Slukemoptions COMPAT_12 # Compatibility to NetBSD1.2 651.26Skleinkoptions COMPAT_13 # Compatibility to NetBSD1.3 661.28Saugustssoptions COMPAT_14 # Compatibility to NetBSD1.4 671.1Sleo 681.1Sleo# 691.1Sleo# Support for System V IPC facilities. 701.1Sleo# 711.22Slukem#options SYSVSHM # System V shared memory 721.22Slukem#options SYSVMSG # System V messages 731.22Slukem#options SYSVSEM # System V semaphores 741.1Sleo 751.1Sleo# 761.1Sleo# Support for various kernel options 771.1Sleo# 781.22Slukemoptions KTRACE # Add kernel tracing system call 791.22Slukemoptions DIAGNOSTIC # Add additional error checking code 801.4Sleo 811.4Sleo# 821.4Sleo# Atari specific kernel options: 831.4Sleo# 841.22Slukemoptions TT_SCSI # SCSI-support for TT only 851.22Slukemoptions TT_VIDEO # Graphics support for TT only 861.22Slukemoptions STATCLOCK # Separate {stat,prof}clock 871.22Slukemoptions MEMORY_DISK_HOOKS # Boot RAM-disk 881.22Slukemoptions DISKLABEL_NBDA # NetBSD disklabels (required) 891.22Slukemoptions DISKLABEL_AHDI # NetBSD/AHDI disklabels 901.1Sleo 911.1Sleo# 921.1Sleo# Build one kernel that can boot from any disk. 931.1Sleo# 941.20Sthorpejconfig netbsd root on ? type ? 951.1Sleo 961.22Slukempseudo-device mouse 1 # mouse 971.22Slukempseudo-device view 4 # View (graphics mapping) 981.22Slukempseudo-device sl # Slip 991.22Slukempseudo-device ppp # ppp 1001.32Sjdolecekpseudo-device pty # pseudo-terminals 1011.22Slukempseudo-device loop # Loopback network 1021.22Slukempseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 1031.24Sleopseudo-device md 2 # Boot memory disk 1041.1Sleo 1051.1Sleo# 1061.22Slukem# The following sections describe various hardware options. 1071.1Sleo# 1081.16Sleofd0 at fdc0 unit 0 # builtin floppy drive 1091.16Sleofd1 at fdc0 unit 1 # external floppy drive 1101.1Sleozs0 at mainbus0 # Serial support through 8530 1111.30Sleogrfcc0 at grfbus0 # graphics driver 1121.30Sleoite0 at grfcc0 # console 1131.30Sleogrfcc1 at grfbus0 # 2nd graphics driver 1141.30Sleoite1 at grfcc1 # 2nd tty 1151.30Sleogrfcc2 at grfbus0 # 3rd graphics driver 1161.30Sleoite2 at grfcc2 # 3rd tty 1171.8Sleonvr0 at mainbus0 # nvram driver 1181.23Sleolp0 at mainbus0 # centronics printer 119