Adopt for new file system and root spec grammar.
This commit is contained in:
parent
3e47546598
commit
8496115a38
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: ATARITT,v 1.19 1996/12/28 23:15:09 pk Exp $
|
||||
# $NetBSD: ATARITT,v 1.20 1997/01/31 01:48:24 thorpej Exp $
|
||||
#
|
||||
# ATARI-TT
|
||||
#
|
||||
|
@ -37,15 +37,18 @@ options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
|||
#
|
||||
options INET # Basic networking support
|
||||
|
||||
options FFS # Berkeley fast file system
|
||||
options MFS # Memory based filesystem
|
||||
options PROCFS # Process filesystem
|
||||
options KERNFS # Kernel parameter filesystem
|
||||
options NULLFS # Loopback filesystem
|
||||
options UNION # union file system
|
||||
options MSDOSFS # MSDOS filesystem
|
||||
options CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
# 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 UNION # union file system
|
||||
file-system NULLFS # Loopback filesystem
|
||||
file-system MSDOSFS # MSDOS filesystem
|
||||
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
|
||||
# File system options
|
||||
options FIFO # FIFO operations on vnodes
|
||||
|
||||
#
|
||||
|
@ -54,11 +57,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
|
||||
#
|
||||
|
@ -95,7 +93,7 @@ options DISKLABEL_AHDI # NetBSD/AHDI disklabels
|
|||
#
|
||||
# Build one kernel that can boot from any disk.
|
||||
#
|
||||
config netbsd swap on generic
|
||||
config netbsd root on ? type ?
|
||||
|
||||
pseudo-device mouse 1 # mouse
|
||||
pseudo-device view 4 # View (graphics mapping)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: BOOT,v 1.17 1996/12/28 23:15:10 pk Exp $
|
||||
# $NetBSD: BOOT,v 1.18 1997/01/31 01:48:25 thorpej Exp $
|
||||
#
|
||||
# BOOT
|
||||
#
|
||||
|
@ -35,14 +35,16 @@ options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
|||
#
|
||||
options INET # Basic networking support
|
||||
|
||||
options FFS # Berkeley fast file system
|
||||
options MFS # Memory based filesystem
|
||||
options PROCFS # Process filesystem
|
||||
options KERNFS # Kernel parameter filesystem
|
||||
options NULLFS # Loopback filesystem
|
||||
options MSDOSFS # MSDOS filesystem
|
||||
options CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
# File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
file-system PROCFS # Process filesystem
|
||||
file-system KERNFS # Kernel parameter filesystem
|
||||
file-system NULLFS # Loopback filesystem
|
||||
file-system MSDOSFS # MSDOS filesystem
|
||||
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
|
||||
# File system options
|
||||
options FIFO # FIFO operations on vnodes
|
||||
|
||||
#
|
||||
|
@ -82,7 +84,7 @@ options DISKLABEL_AHDI # NetBSD/AHDI disklabels
|
|||
#
|
||||
# Build one kernel that can boot from any disk.
|
||||
#
|
||||
config netbsd swap on generic
|
||||
config netbsd root on ? type ?
|
||||
|
||||
pseudo-device view 1 # View (graphics mapping)
|
||||
pseudo-device sl # Slip
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: BOOTX,v 1.11 1997/01/04 23:32:08 leo Exp $
|
||||
# $NetBSD: BOOTX,v 1.12 1997/01/31 01:48:26 thorpej Exp $
|
||||
#
|
||||
# BOOTX
|
||||
#
|
||||
|
@ -38,14 +38,16 @@ options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
|||
#
|
||||
options INET # Basic networking support
|
||||
|
||||
options FFS # Berkeley fast file system
|
||||
options MFS # Memory based filesystem
|
||||
options PROCFS # Process filesystem
|
||||
options KERNFS # Kernel parameter filesystem
|
||||
options NULLFS # Loopback filesystem
|
||||
options MSDOSFS # MSDOS filesystem
|
||||
options CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
# File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
file-system PROCFS # Process filesystem
|
||||
file-system KERNFS # Kernel parameter filesystem
|
||||
file-system NULLFS # Loopback filesystem
|
||||
file-system MSDOSFS # MSDOS filesystem
|
||||
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
|
||||
# File system options
|
||||
options FIFO # FIFO operations on vnodes
|
||||
|
||||
#
|
||||
|
@ -85,7 +87,7 @@ options DISKLABEL_AHDI # NetBSD/AHDI disklabels
|
|||
#
|
||||
# Build one kernel that can boot from any disk.
|
||||
#
|
||||
config netbsd swap on generic
|
||||
config netbsd root on ? type ?
|
||||
|
||||
pseudo-device mouse 1 # mouse
|
||||
pseudo-device view 4 # View (graphics mapping)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: FALCON,v 1.17 1997/01/04 23:32:09 leo Exp $
|
||||
# $NetBSD: FALCON,v 1.18 1997/01/31 01:48:27 thorpej Exp $
|
||||
#
|
||||
# ATARI-FALCON
|
||||
#
|
||||
|
@ -37,14 +37,16 @@ options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
|||
#
|
||||
options INET # Basic networking support
|
||||
|
||||
options FFS # Berkeley fast file system
|
||||
options MFS # Memory based filesystem
|
||||
options PROCFS # Process filesystem
|
||||
options KERNFS # Kernel parameter filesystem
|
||||
options NULLFS # Loopback filesystem
|
||||
options MSDOSFS # MSDOS filesystem
|
||||
options CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
# File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
file-system PROCFS # Process filesystem
|
||||
file-system KERNFS # Kernel parameter filesystem
|
||||
file-system NULLFS # Loopback filesystem
|
||||
file-system MSDOSFS # MSDOS filesystem
|
||||
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
|
||||
# File system options
|
||||
options FIFO # FIFO operations on vnodes
|
||||
|
||||
#
|
||||
|
@ -81,7 +83,7 @@ options DISKLABEL_AHDI # NetBSD/AHDI disklabels
|
|||
#
|
||||
# Build one kernel that can boot from any disk.
|
||||
#
|
||||
config netbsd swap on generic
|
||||
config netbsd root on ? type ?
|
||||
|
||||
pseudo-device mouse 1 # mouse
|
||||
pseudo-device view 2 # View (graphics mapping)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: GENERIC,v 1.23 1996/12/28 23:15:12 pk Exp $
|
||||
# $NetBSD: GENERIC,v 1.24 1997/01/31 01:48:28 thorpej Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
|
@ -37,18 +37,20 @@ options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
|||
#
|
||||
options INET # Basic networking support
|
||||
|
||||
options FFS # Berkeley fast file system
|
||||
options MFS # Memory based filesystem
|
||||
options PROCFS # Process filesystem
|
||||
options KERNFS # Kernel parameter filesystem
|
||||
options FDESC # /dev/fd
|
||||
options NULLFS # Loopback filesystem
|
||||
options MSDOSFS # MSDOS filesystem
|
||||
options CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
options UNION # union file system
|
||||
options UMAPFS # null file system (with uid & gid remapping)
|
||||
options PORTAL # portal file system
|
||||
# File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
file-system PROCFS # Process filesystem
|
||||
file-system KERNFS # Kernel parameter filesystem
|
||||
file-system FDESC # /dev/fd
|
||||
file-system NULLFS # Loopback filesystem
|
||||
file-system MSDOSFS # MSDOS filesystem
|
||||
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
file-system UNION # union file system
|
||||
file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
|
||||
# File system options
|
||||
options FIFO # FIFO operations on vnodes
|
||||
|
||||
#
|
||||
|
@ -111,7 +113,7 @@ options TRY_SCSI_LINKED_COMMANDS=0x7f
|
|||
#
|
||||
# Build one kernel that can boot from any disk.
|
||||
#
|
||||
config netbsd swap on generic
|
||||
config netbsd root on ? type ?
|
||||
|
||||
pseudo-device mouse 1 # mouse
|
||||
pseudo-device view 2 # View (graphics mapping)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: HADES,v 1.4 1996/12/28 23:15:13 pk Exp $
|
||||
# $NetBSD: HADES,v 1.5 1997/01/31 01:48:28 thorpej Exp $
|
||||
#
|
||||
# Medusa-Hades
|
||||
#
|
||||
|
@ -28,15 +28,17 @@ options FPSP # 68040 Floatingpoint support
|
|||
#
|
||||
options INET # Basic networking support
|
||||
|
||||
options FFS # Berkeley fast file system
|
||||
options MFS # Memory based filesystem
|
||||
options PROCFS # Process filesystem
|
||||
options KERNFS # Kernel parameter filesystem
|
||||
options NULLFS # Loopback filesystem
|
||||
options UNION # union file system
|
||||
options MSDOSFS # MSDOS filesystem
|
||||
options CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
# File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
file-system PROCFS # Process filesystem
|
||||
file-system KERNFS # Kernel parameter filesystem
|
||||
file-system NULLFS # Loopback filesystem
|
||||
file-system UNION # union file system
|
||||
file-system MSDOSFS # MSDOS filesystem
|
||||
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
||||
|
||||
# File system options
|
||||
options FIFO # FIFO operations on vnodes
|
||||
|
||||
#
|
||||
|
@ -85,7 +87,7 @@ options DISKLABEL_AHDI # NetBSD/AHDI disklabels
|
|||
#
|
||||
# Build one kernel that can boot from any disk.
|
||||
#
|
||||
config netbsd swap on generic
|
||||
config netbsd root on ? type ?
|
||||
|
||||
pseudo-device mouse 1 # mouse
|
||||
pseudo-device view 4 # View (graphics mapping)
|
||||
|
|
Loading…
Reference in New Issue