1 1.1 leo # 2 1.14 leo # $NetBSD: ATARITT,v 1.14 1996/10/04 07:08:28 leo Exp $ 3 1.1 leo # 4 1.1 leo # ATARI-TT 5 1.1 leo # 6 1.1 leo # This configuration file is for a multiple disk/multiple tape ATARI-TT 7 1.1 leo # 8 1.1 leo 9 1.1 leo include "std.atari" 10 1.1 leo # 11 1.1 leo # Add support for about 16 users. This variable is used to size 12 1.1 leo # various kernel structures. 13 1.1 leo # 14 1.1 leo maxusers 16 15 1.1 leo 16 1.1 leo # 17 1.1 leo # processors this kernel should support 18 1.1 leo # 19 1.1 leo options "M68030" # support for 030 20 1.13 leo # options "M68040" # support for 040 21 1.1 leo 22 1.13 leo options TIMEZONE=0 # Set the timezone that the kernel will use 23 1.1 leo options DST=1 # Set the timezone that the kernel will use 24 1.2 leo options HZ=64 # Set the clock-rate (48/64/96) 25 1.1 leo 26 1.13 leo # 27 1.13 leo # X11R6 related options 28 1.13 leo # 29 1.13 leo options UCONSOLE # Allow xconsole to work 30 1.13 leo 31 1.13 leo # 32 1.13 leo # Floating-point options 33 1.13 leo # 34 1.13 leo options FPU_EMULATE # Support for MC68881/MC68882 emulator 35 1.13 leo # options FPSP # 68040 Floatingpoint support 36 1.1 leo 37 1.1 leo # 38 1.1 leo # Networking options 39 1.1 leo # 40 1.1 leo options INET # Basic networking support 41 1.1 leo 42 1.1 leo options FFS # Berkeley fast file system 43 1.1 leo options MFS # Memory based filesystem 44 1.1 leo options PROCFS # Process filesystem 45 1.1 leo options KERNFS # Kernel parameter filesystem 46 1.1 leo options NULLFS # Loopback filesystem 47 1.13 leo options UNION # union file system 48 1.1 leo options MSDOSFS # MSDOS filesystem 49 1.6 leo options CD9660 # ISO 9660 filesystem with Rock Ridge 50 1.1 leo 51 1.1 leo options FIFO # FIFO operations on vnodes 52 1.1 leo 53 1.1 leo options SWAPPAGER # Pager for swap device 54 1.1 leo options VNODEPAGER # Pager for vnodes 55 1.1 leo options DEVPAGER # Pager 56 1.1 leo 57 1.1 leo 58 1.1 leo # 59 1.1 leo # Misc. debuging options 60 1.1 leo # 61 1.1 leo options PANICWAIT # Require keystroke to dump/reboot 62 1.1 leo options DDB # Kernel debugger 63 1.2 leo 64 1.2 leo # 65 1.2 leo # File system related options 66 1.2 leo # 67 1.2 leo #options NFSCLIENT # Network File System client side code 68 1.1 leo 69 1.1 leo # 70 1.1 leo # Compatability options for various existing systems 71 1.1 leo # 72 1.7 jtc options COMPAT_43 # 4.3 BSD compatible system calls (required) 73 1.7 jtc options COMPAT_10 # Compatibility to NetBSD1.0 74 1.9 leo options COMPAT_11 # Compatibility to NetBSD1.1 75 1.14 leo options COMPAT_12 # Compatibility to NetBSD1.2 76 1.1 leo 77 1.1 leo # 78 1.1 leo # Support for System V IPC facilities. 79 1.1 leo # 80 1.13 leo # options SYSVSHM # System V shared memory 81 1.13 leo # options SYSVMSG # System V messages 82 1.13 leo # options SYSVSEM # System V semaphores 83 1.1 leo 84 1.1 leo # 85 1.1 leo # Support for various kernel options 86 1.1 leo # 87 1.1 leo options KTRACE # Add kernel tracing system call 88 1.1 leo options DIAGNOSTIC # Add additional error checking code 89 1.1 leo options "NKMEMCLUSTERS=256" # Size of kernel malloc area 90 1.1 leo options GENERIC # Mini-root boot support 91 1.4 leo 92 1.4 leo # 93 1.4 leo # Atari specific kernel options: 94 1.4 leo # 95 1.4 leo options TT_SCSI # SCSI-support for TT only 96 1.5 leo options TT_VIDEO # Graphics support for TT only 97 1.13 leo options STATCLOCK # Separate {stat,prof}clock 98 1.10 leo options RAMDISK_HOOKS # Boot RAM-disk 99 1.9 leo options DISKLABEL_NBDA # NetBSD disklabels (required) 100 1.9 leo options DISKLABEL_AHDI # NetBSD/AHDI disklabels 101 1.1 leo 102 1.1 leo # 103 1.1 leo # Build one kernel that can boot from any disk. 104 1.1 leo # 105 1.1 leo config netbsd swap on generic 106 1.1 leo 107 1.3 leo pseudo-device mouse 1 # mouse 108 1.13 leo pseudo-device view 4 # View (graphics mapping) 109 1.1 leo pseudo-device sl # Slip 110 1.1 leo pseudo-device ppp # ppp 111 1.1 leo pseudo-device pty 16 # Pseudo-tty support 112 1.1 leo pseudo-device loop # Loopback network 113 1.1 leo pseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 114 1.11 leo pseudo-device rd 1 # Boot ramdisk 115 1.1 leo 116 1.1 leo # 117 1.1 leo #The following sections describe various hardware options. 118 1.1 leo # 119 1.1 leo zs0 at mainbus0 # Serial support through 8530 120 1.13 leo grfcc1 at grfbus0 # second graphics driver 121 1.13 leo ite* at grfcc1 # second tty 122 1.13 leo grfcc2 at grfbus0 # third graphics driver 123 1.13 leo ite* at grfcc2 # third tty 124 1.8 leo nvr0 at mainbus0 # nvram driver 125 1.11 leo lpt0 at mainbus0 # centronics printer 126