Add ``install floppy'' config file.
This commit is contained in:
parent
31d0752b99
commit
fbd86622a0
|
@ -0,0 +1,79 @@
|
|||
# $NetBSD: INSTALL,v 1.1 1998/07/29 05:19:26 tsubai Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
|
||||
include "arch/macppc/conf/std.macppc"
|
||||
|
||||
maxusers 32
|
||||
|
||||
# Enable the hooks used for initializing the ram-disk.
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||
options MINIROOTSIZE=3072 # 1.5 Megabytes
|
||||
|
||||
# Standard system options
|
||||
options BUFPAGES=800
|
||||
|
||||
# Compatibility options
|
||||
options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
file-system NFS # Network File System client
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system MSDOSFS # MS-DOS file system
|
||||
file-system KERNFS # /kern
|
||||
|
||||
# Networking options
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
options NMBCLUSTERS=1024
|
||||
options NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
|
||||
|
||||
options ZS_TXDMA # Use dma on zs output
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
||||
#
|
||||
# Device configuration
|
||||
#
|
||||
|
||||
mainbus0 at root
|
||||
|
||||
cpu* at mainbus0
|
||||
|
||||
pci0 at mainbus0 bus ?
|
||||
pci1 at mainbus0 bus ?
|
||||
pchb* at pci? dev ? function ? # PCI-Host bridges
|
||||
|
||||
#de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
||||
ep* at pci? dev ? function ?
|
||||
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||
scsibus* at ahc?
|
||||
|
||||
obio0 at pci? dev ? function ?
|
||||
nvram0 at obio0 # nvram
|
||||
adb0 at obio0 # Apple Desktop Bus
|
||||
mc0 at obio0 # MACE ethernet
|
||||
esp0 at obio0 flags 0x00ff # 53c9x SCSI
|
||||
scsibus0 at esp0
|
||||
|
||||
zsc0 at obio0
|
||||
zstty0 at zsc0 channel 0
|
||||
zstty1 at zsc0 channel 1
|
||||
|
||||
grfati0 at pci? dev ? function ?
|
||||
grf0 at grfati0
|
||||
ite0 at grf0
|
||||
|
||||
sd* at scsibus? target ? lun ? # SCSI disks
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
|
||||
pseudo-device md 1 # memory disk
|
||||
pseudo-device loop # network loopback
|
||||
pseudo-device sl 2 # Serial Line IP
|
||||
pseudo-device pty 64 # pseudo-terminals
|
Loading…
Reference in New Issue