Adopt for new file system and root spec grammar.

This commit is contained in:
thorpej 1997-01-31 05:46:09 +00:00
parent 6384f7c322
commit 41a9e723e3
13 changed files with 143 additions and 150 deletions

View File

@ -26,28 +26,30 @@ options CPU_LATE_ABORT # ARM7XX compatibility
#options FPE # Single precision FPE
options ARMFPE # ARM Ltd FPE
# File systems
file-system FFS # UFS
#file-system LFS # log-structured file system
#file-system MFS # memory file system
file-system NFS
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
#file-system NULLFS # loopback file system
#file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
# File system options
options FFS # UFS
#options QUOTA # UFS quotas
#options LFS # log-structured file system
#options MFS # memory file system
options CD9660 # ISO 9660 + Rock Ridge file system
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
#options NULLFS # loopback file system
#options PORTAL # portal filesystem (still experimental)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
options NFSSERVER
# Networking options
options NFSCLIENT
options NFSSERVER
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options NS # XNS
@ -101,9 +103,8 @@ options KSHELL # kernel developemnt shell (debug)
options DDB # in-kernel debugger
#makeoptions DEBUG="-g" # compile full symbol table
#config netbsd root on nfs swap on nfs
config netbsd swap generic
options GENERIC
#config netbsd root on ? type nfs
config netbsd root on ? type ?
# The main bus device
mainbus0 at root

View File

@ -36,28 +36,30 @@ options CPU_LATE_ABORT # ARM7XX compatibility
#options FPE # Single precision FPE
options ARMFPE # ARM Ltd FPE
# File systems
file-system FFS # UFS
file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
# File system options
options FFS # UFS
options QUOTA # UFS quotas
options LFS # log-structured file system
options MFS # memory file system
options CD9660 # ISO 9660 + Rock Ridge file system
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
options PORTAL # portal filesystem (still experimental)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
options NFSSERVER
# Networking options
options NFSCLIENT
options NFSSERVER
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
@ -115,8 +117,7 @@ options KSHELL # kernel developemnt shell (debug)
options DDB # in-kernel debugger
#makeoptions DEBUG="-g" # compile full symbol table
config netbsd swap generic
options GENERIC
config netbsd root on ? type ?
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
# The main bus device

View File

@ -25,28 +25,30 @@ options CPU_LATE_ABORT # ARM7XX compatibility
#options FPE # Single precision FPE
options ARMFPE # ARM Ltd FPE
# File systems
file-system FFS # UFS
#file-system LFS # log-structured file system
file-system MFS # memory file system
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
#file-system NULLFS # loopback file system
#file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
# File system options
options FFS # UFS
#options QUOTA # UFS quotas
#options LFS # log-structured file system
options MFS # memory file system
options CD9660 # ISO 9660 + Rock Ridge file system
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
#options NULLFS # loopback file system
#options PORTAL # portal filesystem (still experimental)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
options NFSSERVER
# Networking options
options NFSCLIENT
options NFSSERVER
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options NS # XNS
@ -92,8 +94,7 @@ options LKM # loadable kernel modules
options DDB # in-kernel debugger
#makeoptions DEBUG="-g" # compile full symbol table
config netbsd swap generic
options GENERIC
config netbsd root on ? type ?
# The main bus device
mainbus0 at root

View File

@ -30,26 +30,28 @@ options ARMFPE # ARM Ltd FPE
# File system options
options FFS # UFS
#options QUOTA # UFS quotas
#options LFS # log-structured file system
#options MFS # memory file system
file-system FFS # UFS
#file-system LFS # log-structured file system
#file-system MFS # memory file system
file-system NFS
options CD9660 # ISO 9660 + Rock Ridge file system
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
#file-system NULLFS # loopback file system
#file-system PORTAL # ?
file-system PROCFS # /proc
#file-system UMAPFS # NULLFS + uid and gid remapping
#file-system UNION # union file system
# File system options
#options QUOTA # UFS quotas
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
#options NULLFS # loopback file system
#options PORTAL # ?
options PROCFS # /proc
#options UMAPFS # NULLFS + uid and gid remapping
#options UNION # union file system
options NFSSERVER
# Networking options
options NFSCLIENT
options NFSSERVER
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options NS # XNS
@ -97,8 +99,7 @@ options DDB # in-kernel debugger
#options PROM_DEBUG # Used for bootstrap debugging the RC7500
config netbsd swap generic
options GENERIC
config netbsd root on ? type ?
# The main bus device
mainbus0 at root

View File

@ -25,28 +25,30 @@ options CPU_LATE_ABORT # ARM7XX compatibility
#options FPE # Single precision FPE
options ARMFPE # ARM Ltd FPE
# File systems
file-system FFS # UFS
#file-system LFS # log-structured file system
#file-system MFS # memory file system
file-system NFS
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
#file-system NULLFS # loopback file system
#file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
#file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
# File system options
options FFS # UFS
#options QUOTA # UFS quotas
#options LFS # log-structured file system
#options MFS # memory file system
options CD9660 # ISO 9660 + Rock Ridge file system
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
#options NULLFS # loopback file system
#options PORTAL # portal filesystem (still experimental)
options PROCFS # /proc
#options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
options NFSSERVER
# Networking options
options NFSCLIENT
options NFSSERVER
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options NS # XNS
@ -92,8 +94,7 @@ options LKM # loadable kernel modules
#options DDB # in-kernel debugger
#makeoptions DEBUG="-g" # compile full symbol table
config netbsd swap generic
options GENERIC
config netbsd root on ? type ?
# The main bus device
mainbus0 at root

View File

@ -24,28 +24,30 @@ options CPU_SA110 # Support the SA110 core
#options FPE # Single precision FPE
options ARMFPE # ARM Ltd FPE
# File systems
file-system FFS # UFS
#file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
#file-system NULLFS # loopback file system
#file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
# File system options
options FFS # UFS
#options QUOTA # UFS quotas
#options LFS # log-structured file system
options MFS # memory file system
options CD9660 # ISO 9660 + Rock Ridge file system
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
#options NULLFS # loopback file system
#options PORTAL # portal filesystem (still experimental)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
options NFSSERVER
# Networking options
options NFSCLIENT
options NFSSERVER
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options NS # XNS
@ -99,8 +101,7 @@ options KSHELL # kernel developemnt shell (debug)
options DDB # in-kernel debugger
#makeoptions DEBUG="-g" # compile full symbol table
config netbsd swap generic
options GENERIC
config netbsd root on ? type ?
# The main bus device
mainbus0 at root

View File

@ -26,29 +26,31 @@ options CPU_LATE_ABORT # ARM7XX compatibility
#options FPE # Single precision FPE
options ARMFPE # ARM Ltd FPE
# File systems
file-system FFS # UFS
#file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
#file-system NULLFS # loopback file system
#file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
file-system ADFS
# File system options
options FFS # UFS
#options QUOTA # UFS quotas
#options LFS # log-structured file system
options MFS # memory file system
options CD9660 # ISO 9660 + Rock Ridge file system
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
#options NULLFS # loopback file system
#options PORTAL # portal filesystem (still experimental)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
options ADFS
options NFSSERVER
# Networking options
options NFSCLIENT
options NFSSERVER
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options NS # XNS
@ -102,8 +104,7 @@ options KSHELL # kernel developemnt shell (debug)
options DDB # in-kernel debugger
#makeoptions DEBUG="-g" # compile full symbol table
config netbsd swap generic
options GENERIC
config netbsd root on ? type ?
# The main bus device
mainbus0 at root

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ATARITT,v 1.20 1997/01/31 01:48:24 thorpej Exp $
# $NetBSD: ATARITT,v 1.21 1997/01/31 05:49:59 thorpej Exp $
#
# ATARI-TT
#
@ -78,7 +78,6 @@ options COMPAT_12 # Compatibility to NetBSD1.2
options KTRACE # Add kernel tracing system call
options DIAGNOSTIC # Add additional error checking code
options "NKMEMCLUSTERS=256" # Size of kernel malloc area
options GENERIC # Mini-root boot support
#
# Atari specific kernel options:

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BOOT,v 1.18 1997/01/31 01:48:25 thorpej Exp $
# $NetBSD: BOOT,v 1.19 1997/01/31 05:50:00 thorpej Exp $
#
# BOOT
#
@ -67,7 +67,6 @@ options COMPAT_12 # Compatibility to NetBSD1.2
options KTRACE # Add kernel tracing system call
options DIAGNOSTIC # Add additional error checking code
options "NKMEMCLUSTERS=256" # Size of kernel malloc area
options GENERIC # Mini-root boot support
#
# Atari specific kernel options:

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BOOTX,v 1.12 1997/01/31 01:48:26 thorpej Exp $
# $NetBSD: BOOTX,v 1.13 1997/01/31 05:50:01 thorpej Exp $
#
# BOOTX
#
@ -70,7 +70,6 @@ options COMPAT_12 # Compatibility to NetBSD1.2
options KTRACE # Add kernel tracing system call
options DIAGNOSTIC # Add additional error checking code
options "NKMEMCLUSTERS=256" # Size of kernel malloc area
options GENERIC # Mini-root boot support
#
# Atari specific kernel options:

View File

@ -1,5 +1,5 @@
#
# $NetBSD: FALCON,v 1.18 1997/01/31 01:48:27 thorpej Exp $
# $NetBSD: FALCON,v 1.19 1997/01/31 05:50:02 thorpej Exp $
#
# ATARI-FALCON
#
@ -69,7 +69,6 @@ options COMPAT_12 # Compatibility to NetBSD1.2
options KTRACE # Add kernel tracing system call
options DIAGNOSTIC # Add additional error checking code
options "NKMEMCLUSTERS=256" # Size of kernel malloc area
options GENERIC # Mini-root boot support
#
# Atari specific kernel options:

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC,v 1.24 1997/01/31 01:48:28 thorpej Exp $
# $NetBSD: GENERIC,v 1.25 1997/01/31 05:50:04 thorpej Exp $
#
# Generic atari
#
@ -40,6 +40,7 @@ options INET # Basic networking support
# File systems
file-system FFS # Berkeley fast file system
file-system MFS # Memory based filesystem
file-system NFS # Network File System client side code
file-system PROCFS # Process filesystem
file-system KERNFS # Kernel parameter filesystem
file-system FDESC # /dev/fd
@ -52,6 +53,8 @@ file-system PORTAL # portal file system
# File system options
options FIFO # FIFO operations on vnodes
options QUOTA # Disk quotas for local disks
options NFSSERVER # Network File System server side code
#
# Misc. debuging options
@ -59,13 +62,6 @@ options FIFO # FIFO operations on vnodes
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
#
# File system related options
#
options QUOTA # Disk quotas for local disks
options NFSSERVER # Network File System server side code
options NFSCLIENT # Network File System client side code
#
# Compatability options for various existing systems
#
@ -90,7 +86,6 @@ options SYSVSEM # System V semaphores
options KTRACE # Add kernel tracing system call
options DIAGNOSTIC # Add additional error checking code
options "NKMEMCLUSTERS=256" # Size of kernel malloc area
options GENERIC # Mini-root boot support
#
# Atari specific options

View File

@ -1,5 +1,5 @@
#
# $NetBSD: HADES,v 1.5 1997/01/31 01:48:28 thorpej Exp $
# $NetBSD: HADES,v 1.6 1997/01/31 05:50:04 thorpej Exp $
#
# Medusa-Hades
#
@ -31,6 +31,7 @@ options INET # Basic networking support
# File systems
file-system FFS # Berkeley fast file system
file-system MFS # Memory based filesystem
#file-system NFS # Network File System client side code
file-system PROCFS # Process filesystem
file-system KERNFS # Kernel parameter filesystem
file-system NULLFS # Loopback filesystem
@ -47,11 +48,6 @@ options FIFO # FIFO operations on vnodes
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
#
# File system related options
#
#options NFSCLIENT # Network File System client side code
#
# Compatability options for various existing systems
#
@ -73,7 +69,6 @@ options COMPAT_12 # Compatibility to NetBSD1.2
options KTRACE # Add kernel tracing system call
options DIAGNOSTIC # Add additional error checking code
options "NKMEMCLUSTERS=256" # Size of kernel malloc area
options GENERIC # Mini-root boot support
#
# Atari specific kernel options: