ATARITT revision 1.26
11.1Sleo# 21.26Skleink# $NetBSD: ATARITT,v 1.26 1997/12/01 15:19:31 kleink 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.22Slukemoptions 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.20Sthorpej# File system options 521.22Slukemoptions FIFO # FIFO operations on vnodes 531.1Sleo 541.1Sleo# 551.25Slukem# Misc. debugging options 561.1Sleo# 571.22Slukemoptions PANICWAIT # Require keystroke to dump/reboot 581.22Slukemoptions DDB # Kernel debugger 591.25Slukem#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 601.2Sleo 611.2Sleo# 621.1Sleo# Compatability options for various existing systems 631.1Sleo# 641.22Slukemoptions COMPAT_43 # 4.3 BSD compatible system calls (required) 651.22Slukemoptions COMPAT_10 # Compatibility to NetBSD1.0 661.22Slukemoptions COMPAT_11 # Compatibility to NetBSD1.1 671.22Slukemoptions COMPAT_12 # Compatibility to NetBSD1.2 681.26Skleinkoptions COMPAT_13 # Compatibility to NetBSD1.3 691.1Sleo 701.1Sleo# 711.1Sleo# Support for System V IPC facilities. 721.1Sleo# 731.22Slukem#options SYSVSHM # System V shared memory 741.22Slukem#options SYSVMSG # System V messages 751.22Slukem#options SYSVSEM # System V semaphores 761.1Sleo 771.1Sleo# 781.1Sleo# Support for various kernel options 791.1Sleo# 801.22Slukemoptions KTRACE # Add kernel tracing system call 811.22Slukemoptions DIAGNOSTIC # Add additional error checking code 821.22Slukemoptions NKMEMCLUSTERS=256 # Size of kernel malloc area 831.4Sleo 841.4Sleo# 851.4Sleo# Atari specific kernel options: 861.4Sleo# 871.22Slukemoptions TT_SCSI # SCSI-support for TT only 881.22Slukemoptions TT_VIDEO # Graphics support for TT only 891.22Slukemoptions STATCLOCK # Separate {stat,prof}clock 901.22Slukemoptions MEMORY_DISK_HOOKS # Boot RAM-disk 911.22Slukemoptions DISKLABEL_NBDA # NetBSD disklabels (required) 921.22Slukemoptions DISKLABEL_AHDI # NetBSD/AHDI disklabels 931.1Sleo 941.1Sleo# 951.1Sleo# Build one kernel that can boot from any disk. 961.1Sleo# 971.20Sthorpejconfig netbsd root on ? type ? 981.1Sleo 991.22Slukempseudo-device mouse 1 # mouse 1001.22Slukempseudo-device view 4 # View (graphics mapping) 1011.22Slukempseudo-device sl # Slip 1021.22Slukempseudo-device ppp # ppp 1031.22Slukempseudo-device pty 16 # Pseudo-tty support 1041.22Slukempseudo-device loop # Loopback network 1051.22Slukempseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 1061.24Sleopseudo-device md 2 # Boot memory disk 1071.1Sleo 1081.1Sleo# 1091.22Slukem# The following sections describe various hardware options. 1101.1Sleo# 1111.16Sleofd0 at fdc0 unit 0 # builtin floppy drive 1121.16Sleofd1 at fdc0 unit 1 # external floppy drive 1131.1Sleozs0 at mainbus0 # Serial support through 8530 1141.13Sleogrfcc1 at grfbus0 # second graphics driver 1151.13Sleoite* at grfcc1 # second tty 1161.13Sleogrfcc2 at grfbus0 # third graphics driver 1171.13Sleoite* at grfcc2 # third tty 1181.8Sleonvr0 at mainbus0 # nvram driver 1191.23Sleolp0 at mainbus0 # centronics printer 120