Update for new file system and root spec grammar.

This commit is contained in:
thorpej 1997-01-31 01:59:09 +00:00
parent e4d6c27735
commit 1b341f7e70
12 changed files with 168 additions and 168 deletions

View File

@ -1,7 +1,7 @@
#
# DECstation (3100 or 2100) config file
#
# $NetBSD: DS3100,v 1.4 1997/01/15 01:28:59 perry Exp $
# $NetBSD: DS3100,v 1.5 1997/01/31 01:59:09 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -34,18 +34,19 @@ options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
#options UCONSOLE # users can redirect console (unsafe)
# Filesystem options
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
#file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
file-system NULLFS # null layer filesystem
file-system UNION
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
options FIFO # POSIX fifo support (in all filesystems)
options FFS # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
options NULLFS # null layer filesystem
options UNION
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
options INET # Internet protocols
@ -70,8 +71,8 @@ options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options "HZ=256" # RTC rate required
# Note that this configuration is unlikely to work, yet...
config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b
#config gennetbsd swap generic
config netbsd root on rz0a type ffs swap on rz0b and rz1b dumps on rz0b
#config gennetbsd root on ? type ?
########################################################################

View File

@ -1,7 +1,7 @@
#
# DECstation 5000/240 kernel config
#
# $NetBSD: DS5000_100,v 1.3 1997/01/15 01:29:00 perry Exp $
# $NetBSD: DS5000_100,v 1.4 1997/01/31 01:59:10 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -35,18 +35,19 @@ options NTP # network time protocol
# Filesystem options
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
#file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
file-system NULLFS # null layer filesystem
file-system UNION
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
options FIFO # POSIX fifo support (in all filesystems)
options FFS # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
options NULLFS # null layer filesystem
options UNION
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
options INET # Internet protocols
@ -69,7 +70,7 @@ options COMPAT_ULTRIX # ultrix compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options "HZ=256" # RTC rate required
config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b
config netbsd root on rz0a type ffs swap on rz0b and rz1b dumps on rz0b

View File

@ -1,7 +1,7 @@
#
# DECstation 5000/200 (KN02 motherboard, codname 3MAX) kernel config
#
# $NetBSD: DS5000_200,v 1.4 1997/01/15 01:29:01 perry Exp $
# $NetBSD: DS5000_200,v 1.5 1997/01/31 01:59:11 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -34,18 +34,19 @@ options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
# Filesystem options
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
#file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
file-system NULLFS # null layer filesystem
file-system UNION
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
options FIFO # POSIX fifo support (in all filesystems)
options FFS # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
options NULLFS # null layer filesystem
options UNION
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
options INET # Internet protocols
@ -67,7 +68,7 @@ options COMPAT_ULTRIX # ultrix compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options "HZ=256" # RTC rate required
config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b
config netbsd root on rz0a type ffs swap on rz0b and rz1b dumps on rz0b
########################################################################

View File

@ -1,7 +1,7 @@
#
# DECstation 5000/240 kernel config
#
# $NetBSD: DS5000_240,v 1.4 1997/01/15 01:29:03 perry Exp $
# $NetBSD: DS5000_240,v 1.5 1997/01/31 01:59:11 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -35,19 +35,20 @@ options NTP # network time protocol
# Filesystem options
options FIFO # POSIX fifo support (in all filesystems)
options FFS # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
options NULLFS # null layer filesystem
options UNION
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
#file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
file-system NULLFS # null layer filesystem
file-system UNION
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
options FIFO # POSIX fifo support (in all filesystems)
options NFSSERVER # Sun NFS-compatible filesystem (server)
# Networking options
options INET # Internet protocols
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
@ -69,7 +70,7 @@ options COMPAT_ULTRIX # ultrix compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options "HZ=256" # RTC rate required
config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b
config netbsd root on rz0a type ffs swap on rz0b and rz1b dumps on rz0b

View File

@ -2,7 +2,7 @@
# Sample Config file for DECstation 5000/20 or 5000/25
# (UNTESTED!)
#
# $NetBSD: DS5000_25,v 1.4 1997/01/15 01:29:04 perry Exp $
# $NetBSD: DS5000_25,v 1.5 1997/01/31 01:59:12 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -36,18 +36,19 @@ options NTP # network time protocol
# Filesystem options
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
#file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
file-system NULLFS # null layer filesystem
file-system UNION
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
options FIFO # POSIX fifo support (in all filesystems)
options FFS # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
options NULLFS # null layer filesystem
options UNION
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
options INET # Internet protocols
@ -70,7 +71,7 @@ options COMPAT_ULTRIX # ultrix compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options "HZ=256" # RTC rate required
config netbsd root on rz2a swap on rz2b and rz1b dumps on rz2b
config netbsd root on rz2a type ffs swap on rz2b and rz1b dumps on rz2b

View File

@ -1,7 +1,7 @@
#
# Stanford DSG Decstation (any model) kernel config file
#
# $NetBSD: DSG,v 1.6 1997/01/15 01:29:05 perry Exp $
# $NetBSD: DSG,v 1.7 1997/01/31 01:59:14 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -40,24 +40,23 @@ options NTP # network time protocol
# Filesystem options
#options QUOTA # UFS quotas
options FFS # fast filesystem with user and group quotas
#options LFS # Log-based filesystem (still experimental)
options MFS # memory-based filesystem
file-system FFS # fast filesystem with user and group quotas
#file-system LFS # Log-based filesystem (still experimental)
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
#file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system MSDOSFS # MS-DOS file system
#file-system FDESC # user file descriptor filesystem
file-system KERNFS # kernel data-structure filesystem
file-system NULLFS # null layer filesystem
#file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
#file-system UMAPFS # uid/gid remapping filesystem
file-system UNION
options NFSCLIENT # Sun NFS-compatible filesystem (client)
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options CD9660 # ISO 9660 + Rock Ridge file system
#options MSDOSFS # MS-DOS file system
#options FDESC # user file descriptor filesystem
options FIFO # POSIX fifo support (in all filesystems)
options KERNFS # kernel data-structure filesystem
options NULLFS # null layer filesystem
#options PORTAL # portal filesystem (still experimental)
options PROCFS # /proc
#options UMAPFS # uid/gid remapping filesystem
options UNION
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options QUOTA # UFS quotas
# Networking options
options INET # Internet protocols
@ -80,8 +79,8 @@ options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options "HZ=256" # RTC rate required
# Note that this configuration is unlikely to work, yet...
config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b
#config gennetbsd swap generic
config netbsd root on rz0a type ffs swap on rz0b and rz1b dumps on rz0b
#config gennetbsd root on ? type ?

View File

@ -2,7 +2,7 @@
# Distribition miniroot kernel (any model) kernel config file
#
# $NetBSD: GENERIC,v 1.9 1997/01/15 01:29:07 perry Exp $
# $NetBSD: GENERIC,v 1.10 1997/01/31 01:59:14 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -35,18 +35,19 @@ options NTP # network time protocol
# Filesystem options
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
#file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
file-system NULLFS # null layer filesystem
file-system UNION
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
options FIFO # POSIX fifo support (in all filesystems)
options FFS # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
options NULLFS # null layer filesystem
options UNION
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
options INET # Internet protocols
@ -71,7 +72,7 @@ options "HZ=256" # RTC rate required
# Note that this configuration is unlikely to work, yet...
#config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b
config gennetbsd swap generic
config gennetbsd root on ? type ?
########################################################################

View File

@ -3,7 +3,7 @@
# root on NFS to boot diskless for installation,
# disk drivers for labelling disks and installation on local disk.
#
# $NetBSD: INSTALL,v 1.3 1997/01/15 01:29:10 perry Exp $
# $NetBSD: INSTALL,v 1.4 1997/01/31 01:59:17 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -35,18 +35,20 @@ options NTP # network time protocol
#options UCONSOLE # users can redirect console (unsafe)
# Filesystem options
file-system FFS # fast filesystem
#file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
#file-system NULLFS # null layer filesystem
#file-system UNION
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
options QUOTA # FFS quotas
options FIFO # POSIX fifo support (in all filesystems)
options FFS,QUOTA # fast filesystem with user and group quotas
#options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
#options NFSSERVER # Sun NFS-compatible filesystem (server)
options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
#options NULLFS # null layer filesystem
#options UNION
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
options INET # Internet protocols
@ -70,7 +72,7 @@ options COMPAT_12 # Netbsd 1.2 reboot()
options "HZ=256" # RTC rate required
# Note that this configuration is unlikely to work, yet...
config nfsnetbsd root on nfs swap on nfs
config nfsnetbsd root on ? type nfs
########################################################################
### I/O bus and device options ###

View File

@ -2,18 +2,12 @@
# DECstation (3100 or 5000/xxx)
#
# Generic config.new configuration for NetBSD/pmax
# $NetBSD: MINIROOT,v 1.5 1997/01/15 01:29:08 perry Exp $
# $NetBSD: MINIROOT,v 1.6 1997/01/31 01:59:15 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
maxusers 8
# enables fudging of swap blocks to swap after a miniroot
# in the b partition, and make the kernel call setconf() to ask
# what the root device is.
options GENERIC
# replaces "cpu ds5k/240"
options DS5000 # generic TC support and 3MAX support
options DS5000_240 # 3MAXPLUS (kn03) support
@ -37,17 +31,19 @@ options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
#options "KGDBDEV=15*256+0" # device for kernel gdb
# Filesystem options
file-system FFS # fast filesystem
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
file-system NULLFS # null layer filesystem
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
options FIFO # POSIX fifo support (in all filesystems)
options FFS,QUOTA # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
options QUOTA # FFS quotas
options NFSSERVER # Sun NFS-compatible filesystem (server)
options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
options NULLFS # null layer filesystem
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
options INET # Internet protocols
@ -67,7 +63,7 @@ options COMPAT_12
options COMPAT_ULTRIX # ultrix compatibility
# Note that this configuration is unlikely to work, yet...
config gennetbsd swap generic
config gennetbsd root on ? type ?
########################################################################

View File

@ -2,18 +2,12 @@
# DECstation (3100 or 5000/xxx)
#
# Generic config.new configuration for NetBSD/pmax
# $NetBSD: NEWCONF,v 1.11 1997/01/15 01:29:09 perry Exp $
# $NetBSD: NEWCONF,v 1.12 1997/01/31 01:59:16 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
maxusers 8
# does not really do anything anymore, but this replaces "ident GENERIC"
# (actually, it enables fudging of swap blocks to swap after a miniroot
# in the b partition, and make the kernel call setconf() to ask
# what the root device is.)
#options GENERIC
options CPU_R3000 # R2000/R3000 support
# replaces "cpu ds5k/240"
@ -40,17 +34,19 @@ options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
#options "KGDBDEV=15*256+0" # device for kernel gdb
# Filesystem options
file-system FFS # fast filesystem
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
file-system NULLFS # null layer filesystem
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
options FIFO # POSIX fifo support (in all filesystems)
options FFS,QUOTA # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
options QUOTA # FFS quotas
options NFSSERVER # Sun NFS-compatible filesystem (server)
options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
options NULLFS # null layer filesystem
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
options INET # Internet protocols
@ -69,7 +65,7 @@ options "HZ=256" # RTC rate required
# Note that this configuration is unlikely to work, yet...
config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b
config rz1netbsd root on rz1a swap on rz0b and rz1b dumps on rz0b
#config gennetbsd swap generic
#config gennetbsd root on ? type ?
########################################################################

View File

@ -3,7 +3,7 @@
# root on NFS to boot diskless for installation,
# disk drivers for labelling disks and installation on local disk.
#
# $NetBSD: NFSINSTALL,v 1.3 1997/01/15 01:29:10 perry Exp $
# $NetBSD: NFSINSTALL,v 1.4 1997/01/31 01:59:17 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -35,18 +35,20 @@ options NTP # network time protocol
#options UCONSOLE # users can redirect console (unsafe)
# Filesystem options
file-system FFS # fast filesystem
#file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
file-system KERNFS # kernel data-structure filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
#file-system NULLFS # null layer filesystem
#file-system UNION
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
options QUOTA # FFS quotas
options FIFO # POSIX fifo support (in all filesystems)
options FFS,QUOTA # fast filesystem with user and group quotas
#options MFS # memory-based filesystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
#options NFSSERVER # Sun NFS-compatible filesystem (server)
options KERNFS # kernel data-structure filesystem
#options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
#options NULLFS # null layer filesystem
#options UNION
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
options INET # Internet protocols
@ -70,7 +72,7 @@ options COMPAT_12 # Netbsd 1.2 reboot()
options "HZ=256" # RTC rate required
# Note that this configuration is unlikely to work, yet...
config nfsnetbsd root on nfs swap on nfs
config nfsnetbsd root on ? type nfs
########################################################################
### I/O bus and device options ###

View File

@ -3,7 +3,7 @@
# via NFS booting: root and swap on NFS, but disk drivers included too.
# Prune out other optiosn to stay small and avoid PROM tftp bugs.
#
# $NetBSD: NFSROOT,v 1.4 1997/01/15 01:29:13 perry Exp $
# $NetBSD: NFSROOT,v 1.5 1997/01/31 01:59:18 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
@ -42,24 +42,23 @@ options NTP # network time protocol
# Filesystem options
#options QUOTA # UFS quotas
options FFS # fast filesystem with user and group quotas
#options LFS # Log-based filesystem (still experimental)
#options MFS # memory-based filesystem
file-system FFS # fast filesystem with user and group quotas
#file-system LFS # Log-based filesystem (still experimental)
#file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
#file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system MSDOSFS # MS-DOS file system
#file-system FDESC # user file descriptor filesystem
file-system KERNFS # kernel data-structure filesystem
file-system NULLFS # null layer filesystem
#file-system PORTAL # portal filesystem (still experimental)
#file-system PROCFS # /proc
#file-system UMAPFS # uid/gid remapping filesystem
#file-system UNION
options NFSCLIENT # Sun NFS-compatible filesystem (client)
#options NFSSERVER # Sun NFS-compatible filesystem (server)
#options CD9660 # ISO 9660 + Rock Ridge file system
#options MSDOSFS # MS-DOS file system
#options FDESC # user file descriptor filesystem
options FIFO # POSIX fifo support (in all filesystems)
options KERNFS # kernel data-structure filesystem
options NULLFS # null layer filesystem
#options PORTAL # portal filesystem (still experimental)
#options PROCFS # /proc
#options UMAPFS # uid/gid remapping filesystem
#options UNION
#options QUOTA # UFS quotas
#options NFSSERVER # Sun NFS-compatible filesystem (server)
# Networking options
options INET # Internet protocols
@ -75,7 +74,7 @@ options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
#options COMPAT_ULTRIX # ultrix compatibility
options "HZ=256" # RTC rate required
config nfsnetbsd root on nfs swap on nfs
config nfsnetbsd root on ? type nfs