ATARITT revision 1.20
11.1Sleo# 21.20Sthorpej# $NetBSD: ATARITT,v 1.20 1997/01/31 01:48:24 thorpej 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.1Sleooptions "M68030" # support for 030 201.13Sleo# options "M68040" # support for 040 211.1Sleo 221.2Sleooptions HZ=64 # Set the clock-rate (48/64/96) 231.1Sleo 241.13Sleo# 251.13Sleo# X11R6 related options 261.13Sleo# 271.13Sleooptions UCONSOLE # Allow xconsole to work 281.13Sleo 291.13Sleo# 301.13Sleo# Floating-point options 311.13Sleo# 321.13Sleooptions FPU_EMULATE # Support for MC68881/MC68882 emulator 331.13Sleo# options FPSP # 68040 Floatingpoint support 341.1Sleo 351.1Sleo# 361.1Sleo# Networking options 371.1Sleo# 381.1Sleooptions INET # Basic networking support 391.1Sleo 401.20Sthorpej# File systems 411.20Sthorpejfile-system FFS # Berkeley fast file system 421.20Sthorpejfile-system MFS # Memory based filesystem 431.20Sthorpej#file-system NFS # Network File System client side code 441.20Sthorpejfile-system PROCFS # Process filesystem 451.20Sthorpejfile-system KERNFS # Kernel parameter filesystem 461.20Sthorpejfile-system UNION # union file system 471.20Sthorpejfile-system NULLFS # Loopback filesystem 481.20Sthorpejfile-system MSDOSFS # MSDOS filesystem 491.20Sthorpejfile-system CD9660 # ISO 9660 filesystem with Rock Ridge 501.1Sleo 511.20Sthorpej# File system options 521.1Sleooptions FIFO # FIFO operations on vnodes 531.1Sleo 541.1Sleo# 551.1Sleo# Misc. debuging options 561.1Sleo# 571.1Sleooptions PANICWAIT # Require keystroke to dump/reboot 581.1Sleooptions DDB # Kernel debugger 591.2Sleo 601.2Sleo# 611.1Sleo# Compatability options for various existing systems 621.1Sleo# 631.7Sjtcoptions COMPAT_43 # 4.3 BSD compatible system calls (required) 641.7Sjtcoptions COMPAT_10 # Compatibility to NetBSD1.0 651.9Sleooptions COMPAT_11 # Compatibility to NetBSD1.1 661.14Sleooptions COMPAT_12 # Compatibility to NetBSD1.2 671.1Sleo 681.1Sleo# 691.1Sleo# Support for System V IPC facilities. 701.1Sleo# 711.13Sleo# options SYSVSHM # System V shared memory 721.13Sleo# options SYSVMSG # System V messages 731.13Sleo# options SYSVSEM # System V semaphores 741.1Sleo 751.1Sleo# 761.1Sleo# Support for various kernel options 771.1Sleo# 781.1Sleooptions KTRACE # Add kernel tracing system call 791.1Sleooptions DIAGNOSTIC # Add additional error checking code 801.1Sleooptions "NKMEMCLUSTERS=256" # Size of kernel malloc area 811.1Sleooptions GENERIC # Mini-root boot support 821.4Sleo 831.4Sleo# 841.4Sleo# Atari specific kernel options: 851.4Sleo# 861.4Sleooptions TT_SCSI # SCSI-support for TT only 871.5Sleooptions TT_VIDEO # Graphics support for TT only 881.13Sleooptions STATCLOCK # Separate {stat,prof}clock 891.19Spkoptions MEMORY_DISK_HOOKS # Boot RAM-disk 901.9Sleooptions DISKLABEL_NBDA # NetBSD disklabels (required) 911.9Sleooptions DISKLABEL_AHDI # NetBSD/AHDI disklabels 921.1Sleo 931.1Sleo# 941.1Sleo# Build one kernel that can boot from any disk. 951.1Sleo# 961.20Sthorpejconfig netbsd root on ? type ? 971.1Sleo 981.3Sleopseudo-device mouse 1 # mouse 991.13Sleopseudo-device view 4 # View (graphics mapping) 1001.1Sleopseudo-device sl # Slip 1011.1Sleopseudo-device ppp # ppp 1021.1Sleopseudo-device pty 16 # Pseudo-tty support 1031.1Sleopseudo-device loop # Loopback network 1041.1Sleopseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 1051.19Spkpseudo-device md 1 # Boot memory disk 1061.1Sleo 1071.1Sleo# 1081.1Sleo#The following sections describe various hardware options. 1091.1Sleo# 1101.16Sleofd0 at fdc0 unit 0 # builtin floppy drive 1111.16Sleofd1 at fdc0 unit 1 # external floppy drive 1121.1Sleozs0 at mainbus0 # Serial support through 8530 1131.13Sleogrfcc1 at grfbus0 # second graphics driver 1141.13Sleoite* at grfcc1 # second tty 1151.13Sleogrfcc2 at grfbus0 # third graphics driver 1161.13Sleoite* at grfcc2 # third tty 1171.8Sleonvr0 at mainbus0 # nvram driver 1181.11Sleolpt0 at mainbus0 # centronics printer 119