Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.1
      1 #	$NetBSD: INSTALL,v 1.1 1998/07/29 05:19:26 tsubai Exp $
      2 #
      3 # config file for INSTALL FLOPPY
      4 #
      5 
      6 include		"arch/macppc/conf/std.macppc"
      7 
      8 maxusers	32
      9 
     10 # Enable the hooks used for initializing the ram-disk.
     11 options 	MEMORY_DISK_HOOKS
     12 options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     13 options 	MINIROOTSIZE=3072	# 1.5 Megabytes
     14 
     15 # Standard system options
     16 options 	BUFPAGES=800
     17 
     18 # Compatibility options
     19 options 	COMPAT_13	# NetBSD 1.3,
     20 options 	COMPAT_43	# and 4.3BSD
     21 
     22 # File systems
     23 file-system 	FFS		# UFS
     24 file-system 	NFS		# Network File System client
     25 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     26 file-system 	MSDOSFS		# MS-DOS file system
     27 file-system 	KERNFS		# /kern
     28 
     29 # Networking options
     30 options 	INET		# IP + ICMP + TCP + UDP
     31 options 	NMBCLUSTERS=1024
     32 options 	NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
     33 
     34 options 	ZS_TXDMA	# Use dma on zs output
     35 
     36 # Kernel root file system and dump configuration.
     37 config		netbsd	root on ? type ?
     38 
     39 #
     40 # Device configuration
     41 #
     42 
     43 mainbus0 at root
     44 
     45 cpu*	at mainbus0
     46 
     47 pci0	at mainbus0 bus ?
     48 pci1	at mainbus0 bus ?
     49 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     50 
     51 #de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
     52 ep*	at pci? dev ? function ?
     53 ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
     54 ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
     55 scsibus* at ahc?
     56 
     57 obio0	at pci? dev ? function ?
     58 nvram0	at obio0			# nvram
     59 adb0	at obio0			# Apple Desktop Bus
     60 mc0	at obio0			# MACE ethernet
     61 esp0	at obio0 flags 0x00ff		# 53c9x SCSI
     62 scsibus0 at esp0
     63 
     64 zsc0	at obio0
     65 zstty0	at zsc0 channel 0
     66 zstty1	at zsc0 channel 1
     67 
     68 grfati0	at pci? dev ? function ?
     69 grf0	at grfati0
     70 ite0	at grf0
     71 
     72 sd*	at scsibus? target ? lun ?	# SCSI disks
     73 st*	at scsibus? target ? lun ?	# SCSI tape drives
     74 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
     75 
     76 pseudo-device	md		1	# memory disk
     77 pseudo-device	loop			# network loopback
     78 pseudo-device	sl		2	# Serial Line IP
     79 pseudo-device	pty		64	# pseudo-terminals
     80