HADES revision 1.5
11.1Sleo# 21.5Sthorpej# $NetBSD: HADES,v 1.5 1997/01/31 01:48:28 thorpej Exp $ 31.1Sleo# 41.1Sleo# Medusa-Hades 51.1Sleo# 61.1Sleo# This configuration file is for a multiple disk/multiple tape Medusa-Hades 71.1Sleo# 81.1Sleo 91.1Sleoinclude "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.1Sleooptions "M68040" # support for 040 211.1Sleo 221.1Sleooptions HZ=64 # Set the clock-rate (48/64/96) 231.1Sleo 241.1Sleooptions FPSP # 68040 Floatingpoint support 251.1Sleo 261.1Sleo# 271.1Sleo# Networking options 281.1Sleo# 291.1Sleooptions INET # Basic networking support 301.1Sleo 311.5Sthorpej# File systems 321.5Sthorpejfile-system FFS # Berkeley fast file system 331.5Sthorpejfile-system MFS # Memory based filesystem 341.5Sthorpejfile-system PROCFS # Process filesystem 351.5Sthorpejfile-system KERNFS # Kernel parameter filesystem 361.5Sthorpejfile-system NULLFS # Loopback filesystem 371.5Sthorpejfile-system UNION # union file system 381.5Sthorpejfile-system MSDOSFS # MSDOS filesystem 391.5Sthorpejfile-system CD9660 # ISO 9660 filesystem with Rock Ridge 401.1Sleo 411.5Sthorpej# File system options 421.1Sleooptions FIFO # FIFO operations on vnodes 431.1Sleo 441.1Sleo# 451.1Sleo# Misc. debuging options 461.1Sleo# 471.1Sleooptions PANICWAIT # Require keystroke to dump/reboot 481.1Sleooptions DDB # Kernel debugger 491.1Sleo 501.1Sleo# 511.1Sleo# File system related options 521.1Sleo# 531.1Sleo#options NFSCLIENT # Network File System client side code 541.1Sleo 551.1Sleo# 561.1Sleo# Compatability options for various existing systems 571.1Sleo# 581.1Sleooptions COMPAT_43 # 4.3 BSD compatible system calls (required) 591.1Sleooptions COMPAT_10 # Compatibility to NetBSD1.0 601.1Sleooptions COMPAT_11 # Compatibility to NetBSD1.1 611.1Sleooptions COMPAT_12 # Compatibility to NetBSD1.2 621.1Sleo 631.1Sleo# 641.1Sleo# Support for System V IPC facilities. 651.1Sleo# 661.1Sleo# options SYSVSHM # System V shared memory 671.1Sleo# options SYSVMSG # System V messages 681.1Sleo# options SYSVSEM # System V semaphores 691.1Sleo 701.1Sleo# 711.1Sleo# Support for various kernel options 721.1Sleo# 731.1Sleooptions KTRACE # Add kernel tracing system call 741.1Sleooptions DIAGNOSTIC # Add additional error checking code 751.1Sleooptions "NKMEMCLUSTERS=256" # Size of kernel malloc area 761.1Sleooptions GENERIC # Mini-root boot support 771.1Sleo 781.1Sleo# 791.1Sleo# Atari specific kernel options: 801.1Sleo# 811.1Sleooptions TT_SCSI # SCSI-support for TT/Hades only 821.1Sleooptions STATCLOCK # Separate {stat,prof}clock 831.4Spkoptions MEMORY_DISK_HOOKS # Boot RAM-disk 841.1Sleooptions DISKLABEL_NBDA # NetBSD disklabels (required) 851.1Sleooptions DISKLABEL_AHDI # NetBSD/AHDI disklabels 861.1Sleo 871.1Sleo# 881.1Sleo# Build one kernel that can boot from any disk. 891.1Sleo# 901.5Sthorpejconfig netbsd root on ? type ? 911.1Sleo 921.1Sleopseudo-device mouse 1 # mouse 931.1Sleopseudo-device view 4 # View (graphics mapping) 941.1Sleopseudo-device sl # Slip 951.1Sleopseudo-device ppp # ppp 961.1Sleopseudo-device pty 16 # Pseudo-tty support 971.1Sleopseudo-device loop # Loopback network 981.1Sleopseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 991.4Spkpseudo-device md 1 # Boot memory disk 1001.1Sleo 1011.1Sleo# 1021.1Sleo#The following sections describe various hardware options. 1031.1Sleo# 1041.1Sleohdfd0 at fdc0 unit 0 # builtin Hades-type floppy drive 1051.1Sleohdfd1 at fdc0 unit 1 # 2nd Hades-type floppy drive 1061.1Sleozs0 at mainbus0 # Serial support through 8530 1071.1Sleonvr0 at mainbus0 # nvram driver 1081.1Sleolpt0 at mainbus0 # centronics printer 1091.1Sleogrfet0 at grfbus0 # ET4000 consoles 1101.1Sleoite* at grfet0 1111.1Sleogrfet1 at grfbus0 1121.1Sleoite* at grfet1 1131.1Sleogrfet2 at grfbus0 1141.1Sleoite* at grfet2 1151.1Sleopcibus0 at mainbus0 # PCI-bus 1161.1Sleopci0 at pcibus0 117