ATARITT revision 1.1
11.1Sleo# 21.1Sleo# $NetBSD: ATARITT,v 1.1 1995/03/26 07:12:16 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.1Sleo 211.1Sleooptions TIMEZONE=300 # Set the timezone that the kernel will use 221.1Sleooptions DST=1 # Set the timezone that the kernel will use 231.1Sleo 241.1Sleooptions FPCOPROC # Support for MC68881/MC68882 251.1Sleo#options FPSP 261.1Sleo 271.1Sleo# 281.1Sleo# Networking options 291.1Sleo# 301.1Sleooptions INET # Basic networking support 311.1Sleo 321.1Sleooptions FFS # Berkeley fast file system 331.1Sleooptions MFS # Memory based filesystem 341.1Sleooptions PROCFS # Process filesystem 351.1Sleooptions KERNFS # Kernel parameter filesystem 361.1Sleooptions NULLFS # Loopback filesystem 371.1Sleooptions MSDOSFS # MSDOS filesystem 381.1Sleo 391.1Sleooptions FIFO # FIFO operations on vnodes 401.1Sleo 411.1Sleooptions SWAPPAGER # Pager for swap device 421.1Sleooptions VNODEPAGER # Pager for vnodes 431.1Sleooptions DEVPAGER # Pager 441.1Sleo 451.1Sleo 461.1Sleo# 471.1Sleo# Misc. debuging options 481.1Sleo# 491.1Sleooptions PANICWAIT # Require keystroke to dump/reboot 501.1Sleooptions DDB # Kernel debugger 511.1Sleo 521.1Sleo# 531.1Sleo# Compatability options for various existing systems 541.1Sleo# 551.1Sleooptions "COMPAT_43" # 4.3 BSD compatible system calls (required) 561.1Sleo 571.1Sleo# 581.1Sleo# Support for System V IPC facilities. 591.1Sleo# 601.1Sleo#options SYSVSHM # System V shared memory 611.1Sleo#options SYSVMSG # System V messages 621.1Sleo#options SYSVSEM # System V semaphores 631.1Sleo 641.1Sleo# 651.1Sleo# Support for various kernel options 661.1Sleo# 671.1Sleooptions KTRACE # Add kernel tracing system call 681.1Sleooptions DIAGNOSTIC # Add additional error checking code 691.1Sleooptions "NKMEMCLUSTERS=256" # Size of kernel malloc area 701.1Sleooptions GENERIC # Mini-root boot support 711.1Sleo#options KFONT_8x8 # Use 8x8 font instead of 8x16 721.1Sleo 731.1Sleo# 741.1Sleo# Build one kernel that can boot from any disk. 751.1Sleo# 761.1Sleoconfig netbsd swap on generic 771.1Sleo 781.1Sleopseudo-device view 2 # View (graphics mapping) 791.1Sleopseudo-device sl # Slip 801.1Sleopseudo-device ppp # ppp 811.1Sleopseudo-device pty 16 # Pseudo-tty support 821.1Sleopseudo-device loop # Loopback network 831.1Sleopseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 841.1Sleo 851.1Sleo# 861.1Sleo#The following sections describe various hardware options. 871.1Sleo# 881.1Sleozs0 at mainbus0 # Serial support through 8530 891.1Sleogrf1 at grfbus0 # second graphics driver 901.1Sleoite1 at grf1 # second tty 91