MDINSTALL revision 1.29
11.29Sphx#	$NetBSD: MDINSTALL,v 1.29 2011/01/14 10:01:12 phx Exp $
21.1Sis
31.1Sis#
41.1Sis# INSTALL kernel for ramdisk installation
51.1Sis#
61.1Sis
71.1Sisinclude "arch/amiga/conf/std.amiga"
81.12Satatat
91.12Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
101.1Sis
111.1Sismaxusers	8
121.1Sisoptions 	RTC_OFFSET=0
131.1Sis
141.1Sis#
151.1Sis# mainboards to support (in addition to Amiga)
161.1Sis#
171.1Sisoptions 	DRACO
181.1Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
191.5Slukem				# MC68060 with an OS ROM up to (at least)
201.1Sis				# V40 (OS3.1) and want to boot with the
211.1Sis				# bootblock.
221.1Sis				# You do not need this if you have a DraCo,
231.1Sis				# have no 68060 or NEVER use the bootblock
241.1Sis#
251.1Sis# processors this kernel should support
261.1Sis#
271.1Sisoptions 	M68060		# support for 060
281.1Sisoptions 	M060SP		# MC68060 software support (Required for 060)
291.1Sisoptions 	M68040		# support for 040
301.1Sisoptions 	FPSP		# MC68040 floating point support
311.1Sisoptions 	M68030		# support for 030
321.1Sisoptions 	M68020		# support for 020/851
331.1Sisoptions 	FPU_EMULATE	# FPU emulation
341.1Sis#
351.1Sis# Networking options
361.1Sis#
371.1Sisoptions 	INET		# IP networking support (Required)
381.1Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
391.1Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
401.1Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
411.1Sis
421.1Sis# Filesystems
431.1Sisfile-system 	FFS		# Berkeley fast file system
441.1Sisfile-system 	MFS		# Memory based filesystem
451.1Sisfile-system 	NFS		# Network File System client side code
461.1Sisfile-system 	ADOSFS		# AmigaDOS file system
471.1Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
481.1Sisfile-system 	MSDOSFS		# MS-DOS filesystem
491.1Sisfile-system 	KERNFS		# kernel data-structure filesystem
501.22Schristosfile-system	PTYFS		# /dev/pts/N support
511.1Sis
521.23Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
531.14Sabs
541.1Sis#
551.1Sis# Support for various kernel options
561.1Sis#
571.1Sisoptions 	KTRACE		# system call tracing support
581.6Sjdolecek#options 	INSECURE	# disable kernel security levels
591.6Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
601.1Sisoptions 	NTP		# NTP phase/frequency locked loop
611.15Slukemoptions 	USERCONF	# userconf(4) support
621.14Sabsoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
631.17Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
641.1Sis
651.1Sis#
661.1Sis# Misc. debugging options
671.1Sis#
681.1Sisoptions 	DDB		# Kernel debugger
691.1Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
701.1Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
711.1Sis#options 	DEBUG		# Enable misc. kernel debugging code
721.1Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
731.1Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
741.13Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
751.1Sis
761.1Sis#
771.1Sis# Amiga specific options
781.1Sis#
791.1Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
801.1Sis				# first bank of RAM. (default: unlimited)
811.5Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
821.5Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
831.1Sis				# per 16 MB (1<<24 bytes) of RAM
841.5Slukem				# define and decrease this, or define and
851.5Slukem				# increase NKPTADD if you get "out of PT pages"
861.5Slukem				# panics.
871.1Sis
881.1Sis# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
891.1Sis# before the 10 secondinterval ends, or that KBDRESET does work at all.
901.1Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
911.1Sis
921.1Sis# These options improve performance with the built-in serial port
931.1Sis# on slower Amigas.  Try the larger buffers first then lev6_defer.
941.1Sis#options 	SERIBUF_SIZE=4096
951.1Sis#options 	SEROBUF_SIZE=32
961.1Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
971.1Sis
981.1Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
991.1Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1001.1Sisoptions 	CL5426CONSOLE	# Cirrus console
1011.1Sisoptions 	CV64CONSOLE	# CyberVision console
1021.1Sisoptions 	TSENGCONSOLE	# Tseng console
1031.1Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1041.1Sis
1051.1Sisoptions 	GRF_ECS		# Enhanced Chip Set
1061.1Sisoptions 	GRF_NTSC	# NTSC
1071.1Sisoptions 	GRF_PAL		# PAL
1081.1Sisoptions 	GRF_A2024	# Support for the A2024
1091.1Sisoptions 	GRF_AGA		# AGA Chip Set
1101.1Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1111.1Sisoptions 	GRF_SUPER72	# AGA Super-72
1121.1Sis#options 	KFONT_8X11	# 8x11 font
1131.11Sheinz
1141.11Sheinz# select a font for the console according to the character set and keymap
1151.11Sheinz# you want to use
1161.11Sheinzoptions        KFONT_CONS_ISO8859_1
1171.11Sheinz#options         KFONT_CONS_ISO8859_2
1181.1Sis
1191.1Sis# This is how you would tell the kernel the A2410 oscillator frequencies:
1201.1Sis# The used frequencies are the defaults, and do not need option setting
1211.1Sis#options 	ULOWELL_OSC1=36000000
1221.1Sis#options 	ULOWELL_OSC2=66667000
1231.1Sis
1241.1Sis# This is how you specify the blitting speed, higher values may speed up blits
1251.1Sis# a littel bit.  If you raise this value too much some trash may appear.
1261.1Sis# the commented version is the default.
1271.1Sis#options 	RH_MEMCLK=61000000
1281.1Sis# this option enables the 64 bit sprite which does not work
1291.1Sis# for quite a few people.  E.g. The cursor sprite will turn to a block
1301.1Sis# when moved to the top of the screen in X.
1311.1Sis#options 	RH_64BIT_SPRITE
1321.1Sis# enables fast scroll code appears to now work on 040 systems.
1331.1Sis#options 	RETINA_SPEED_HACK
1341.1Sis# enables the Hardwarecursor which does not work on some systems.
1351.1Sis#options 	RH_HARDWARECURSOR
1361.1Sis
1371.1Sisgrfcc0		at mainbus0		# custom chips
1381.1Sisgrfrt0		at zbus0		# retina II
1391.1Sisgrfrh0		at zbus0		# retina III
1401.1Sisgrfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
1411.1Sisgrful0		at zbus0		# A2410
1421.1Sisgrfcv0		at zbus0		# CyberVision 64
1431.1Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
1441.1Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
1451.1Sis
1461.1Sisgrf0		at grfcc0
1471.1Sisgrf1		at grfrt0
1481.1Sisgrf2		at grfrh0
1491.1Sisgrf3		at grfcl?
1501.1Sisgrf4		at grful0
1511.1Sisgrf5		at grfcv0
1521.1Sisgrf6		at grfet?
1531.1Sisgrf7		at grfcv3d0
1541.1Sis
1551.1Sisite0		at grf0			# terminal emulators for grfs
1561.1Sisite1		at grf1			# terminal emulators for grfs
1571.1Sisite2		at grf2			# terminal emulators for grfs
1581.1Sisite3		at grf3			# terminal emulators for grfs
1591.1Sisite4		at grf4			# terminal emulators for grfs
1601.1Sisite5		at grf5			# terminal emulators for grfs
1611.1Sisite6		at grf6			# terminal emulators for grfs
1621.1Sisite7		at grf7			# terminal emulators for grfs
1631.1Sis
1641.1Sismsc0		at zbus0		# A2232 MSC multiport serial.
1651.1Sismfc0		at zbus0		# MultiFaceCard I/O board
1661.1Sismfcs0		at mfc0 unit 0		# MFC serial
1671.1Sismfcs1		at mfc0 unit 1		# MFC serial
1681.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
1691.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
1701.1Sis#mfcs2		at mfc1 unit 0
1711.1Sis#mfcs3		at mfc1 unit 1
1721.1Sis#mfcp1		at mfc1 unit 0
1731.1Sis
1741.1Sishyper*		at zbus?		# zbus HyperCom3 + HyperCom4
1751.1Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
1761.1Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
1771.1Sis#lpt*		at hyper? port ?	# not yet: Hypercom3 parallel port
1781.1Sis
1791.1Sis#
1801.1Sis# Amiga Mainboard devices (sans graphics and keyboard)
1811.1Sis#
1821.1Sis
1831.1Sisser0		at mainbus0		# Amiga onboard serial
1841.1Sispar0		at mainbus0		# Amiga onboard parallel
1851.1Sisms*		at mainbus0		# Amiga mice
1861.1Sisfdc0		at mainbus0		# Amiga FDC
1871.1Sisfd*		at fdc0 unit ?		# floppy disks on the later
1881.1Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
1891.1Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
1901.1Sisaucc*		at mainbus0		# Amiga CC audio
1911.1Sisaudio*		at aucc?
1921.1Sis
1931.1Sis#
1941.1Sis# DraCo Mainboard devices (sans keyboard)
1951.1Sis#
1961.1Sis
1971.1Sisdrbbc0		at mainbus0		# DraCo battery backed clock
1981.1Sisdrsupio0	at mainbus0		# DraCo superio chip
1991.1Siscom*		at drsupio? port ?	# DraCo serial
2001.1Sislpt0		at drsupio? port ?	# DraCo parallel
2011.1Sis
2021.1Sis#
2031.1Sis# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2041.1Sis#
2051.1Sis
2061.1Sis# Ethernet cards:
2071.1Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2081.1Sisne*		at zbus0		# AriadneII
2091.2Sised*		at zbus0		# Hydra, ASDG LanRover
2101.2Sises*		at zbus0		# CEI A4066 EthernetPLUS
2111.2Sisqn*		at zbus0		# Quicknet
2121.1Sis
2131.1Sis# Arcnet
2141.1Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2151.1Sis
2161.1Sis# Greater Valley Product Bus
2171.1Sisgvpbus* 	at zbus0
2181.1Sis
2191.1Sis# scsi stuff, all possible
2201.1Sisgtsc0		at gvpbus?		# GVP series II scsi
2211.1Sisscsibus*	at gtsc0
2221.1Sisahsc0		at mainbus0		# A3000 scsi
2231.1Sisscsibus*	at ahsc0
2241.1Sisatzsc0		at zbus0		# A2091 scsi
2251.1Sisscsibus*	at atzsc0
2261.1Siswstsc0		at zbus0		# Wordsync II scsi
2271.1Sisscsibus*	at wstsc0
2281.1Sisivsc0		at zbus0		# IVS scsi
2291.1Sisscsibus*	at ivsc0
2301.1Sismlhsc0		at zbus0		# Hacker scsi
2311.1Sisscsibus*	at mlhsc0
2321.1Sisotgsc0		at zbus0		# 12 gauge scsi
2331.1Sisscsibus*	at otgsc0
2341.1Siszssc0		at zbus0		# Zeus scsi
2351.1Sisscsibus*	at zssc0
2361.1Sismgnsc0		at zbus0		# Magnum scsi
2371.1Sisscsibus*	at mgnsc0
2381.1Siswesc0		at zbus0		# Warp Engine scsi
2391.1Sisscsibus*	at wesc0
2401.29Sphxbppcsc0		at zbus0		# BlizzardPPC 603e+ scsi
2411.29Sphxscsibus*	at bppcsc0
2421.1Sisafsc0		at zbus0		# A4091 scsi
2431.1Sisscsibus*	at afsc0
2441.1Sisaftsc0		at mainbus0		# A4000T scsi
2451.1Sisscsibus*	at aftsc0
2461.1Sisflsc0		at zbus0		# FastlaneZ3 scsi
2471.1Sisscsibus*	at flsc0
2481.5Slukembzsc0		at zbus0		# Blizzard 1230 I,II scsi
2491.1Sisscsibus*	at bzsc0
2501.5Slukembzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
2511.1Sisscsibus*	at bzivsc0
2521.1Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
2531.1Sisscsibus*	at bztzsc0
2541.1Siscbsc0		at zbus0		# CyberSCSI I
2551.1Sisscsibus*	at cbsc0
2561.1Siscbiisc0 	at zbus0		# CyberSCSI II
2571.1Sisscsibus*	at cbiisc0
2581.1Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
2591.1Sisscsibus*	at cbiiisc0
2601.1Sisempsc0		at zbus0		# Emplant scsi
2611.1Sisscsibus*	at empsc0
2621.18Siswdc0            at mainbus0             # A4000 & A1200 IDE bus
2631.18Sisatabus*         at wdc? channel ?       # ATA bus 
2641.18Siswd*             at atabus? drive ?      #  + drives
2651.18Sisatapibus*       at atabus?              # ATAPI bus
2661.18Siscd*             at atapibus? drive ?    # ATAPI CD-ROM drives
2671.18Sissd*             at atapibus? drive ?    # ATAPI disk drives
2681.1Sis
2691.1Sisdrsc0		at mainbus0		# DraCo scsi
2701.1Sisscsibus*	at drsc0
2711.1Sis
2721.1Sis
2731.1Sis# each hard drive from low target to high
2741.1Sis# will configure to the next available sd unit number
2751.1Sissd*	at scsibus? target ? lun ?	# scsi disks
2761.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
2771.1Siscd*	at scsibus? target ? lun ?	# scsi cds
2781.1Sis
2791.1Sispseudo-device	loop			# loopback network interface
2801.25Scubepseudo-device	sl			# SLIP network interfaces
2811.25Scubepseudo-device	ppp			# PPP network interfaces
2821.1Sis
2831.1Sispseudo-device	view		10	# views
2841.4Sjdolecekpseudo-device	pty			# pseudo-terminals
2851.1Sis
2861.25Scubepseudo-device	vnd			# vnode pseudo-disks
2871.1Sis
2881.1Sis# rnd is EXPERIMENTAL at this point.
2891.5Slukem#pseudo-device	rnd			# /dev/random and in-kernel generator
2901.5Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
2911.1Sis
2921.1Sisconfig	netbsd root on ? type ?
2931.1Sis
2941.1Sis# Enable the hooks used for initializing the root memory-disk.
2951.1Sisoptions 	MEMORY_DISK_HOOKS
2961.1Sisoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
2971.1Sisoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
2981.9Slukemoptions 	MEMORY_DISK_ROOT_SIZE=2048	# size of memory disk, in blocks
2991.27Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
3001.1Sis
3011.28Shannkenpseudo-device	md			# memory disk [ramdisk]
302