1 # 2 # $NetBSD: FALCON,v 1.9 1996/08/26 23:39:50 mrg Exp $ 3 # 4 # ATARI-FALCON 5 # 6 # This configuration file is for a multiple disk/multiple tape ATARI-Falcon 7 # 8 9 include "std.atari" 10 # 11 # Add support for about 16 users. This variable is used to size 12 # various kernel structures. 13 # 14 maxusers 16 15 16 # 17 # processors this kernel should support 18 # 19 options "M68030" # support for 030 20 21 options TIMEZONE=300 # Set the timezone that the kernel will use 22 options DST=1 # Set the timezone that the kernel will use 23 options HZ=64 # Set the clock-rate (48/64/96) 24 25 # 26 # Networking options 27 # 28 options INET # Basic networking support 29 30 options FFS # Berkeley fast file system 31 options MFS # Memory based filesystem 32 options PROCFS # Process filesystem 33 options KERNFS # Kernel parameter filesystem 34 options NULLFS # Loopback filesystem 35 options MSDOSFS # MSDOS filesystem 36 options CD9660 # ISO 9660 filesystem with Rock Ridge 37 38 options FIFO # FIFO operations on vnodes 39 40 options SWAPPAGER # Pager for swap device 41 options VNODEPAGER # Pager for vnodes 42 options DEVPAGER # Pager 43 44 45 # 46 # Misc. debuging options 47 # 48 options PANICWAIT # Require keystroke to dump/reboot 49 options DDB # Kernel debugger 50 51 # 52 # Compatability options for various existing systems 53 # 54 options COMPAT_43 # 4.3 BSD compatible system calls (required) 55 options COMPAT_10 # Compatibility to NetBSD1.0 56 options COMPAT_11 # Compatibility to NetBSD1.1 57 options COMPAT_12 58 59 # 60 # Support for various kernel options 61 # 62 options KTRACE # Add kernel tracing system call 63 options DIAGNOSTIC # Add additional error checking code 64 options "NKMEMCLUSTERS=256" # Size of kernel malloc area 65 options GENERIC # Mini-root boot support 66 67 # 68 # Atari specific kernel options: 69 # 70 options FALCON_SCSI # SCSI-support for FACLON only 71 options FALCON_VIDEO # Graphics support for FALCON 72 options RAMDISK_HOOKS # Boot RAM-disk 73 options DISKLABEL_NBDA # NetBSD disklabels (required) 74 options DISKLABEL_AHDI # NetBSD/AHDI disklabels 75 76 # 77 # Build one kernel that can boot from any disk. 78 # 79 config netbsd swap on generic 80 81 pseudo-device mouse 1 # mouse 82 pseudo-device view 2 # View (graphics mapping) 83 pseudo-device sl # Slip 84 pseudo-device ppp # ppp 85 pseudo-device pty 16 # Pseudo-tty support 86 pseudo-device loop # Loopback network 87 pseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 88 pseudo-device rd 1 # Boot ramdisk 89 90 # 91 #The following sections describe various hardware options. 92 # 93 zs0 at mainbus0 # Serial support through 8530 94 grf1 at grfbus0 # second graphics driver 95 ite1 at grf1 # second tty 96 nvr0 at mainbus0 # nvram driver 97 lpt0 at mainbus0 # centronics printer 98