Add CD9660 and PROCFS filesystems. Sort filesystem options.
Add tun, and reorder pseudo-devices to match other systems' GENERIC config.
This commit is contained in:
parent
5b0d69d6a8
commit
3844d313b1
@ -2,7 +2,7 @@
|
||||
# Distribition miniroot kernel (any model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.11 1997/02/28 09:51:21 jonathan Exp $
|
||||
# $NetBSD: GENERIC,v 1.12 1997/06/01 08:44:57 jonathan Exp $
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
@ -26,6 +26,8 @@ options DS5000_240 # 3MAXPLUS (kn03) support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
|
||||
#Old 4.4bsd/pmax kgdb options
|
||||
#options KGDB # support for kernel gdb
|
||||
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
||||
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
||||
@ -38,26 +40,30 @@ options NTP # network time protocol
|
||||
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)
|
||||
file-system LFS # Log-based filesystem (still experimental)
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern (kernel informational filesystem)
|
||||
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
|
||||
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options QUOTA # UFS quotas
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP # TPIP
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
|
||||
# NetBSD backwards compatibility
|
||||
#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
|
||||
@ -112,14 +118,15 @@ include "arch/pmax/conf/scsi.pmax"
|
||||
### Pseudo-devices ###
|
||||
########################################################################
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device ppp 2 # serial-line IP ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
#pseudo-device ipfilter # IP filter, NAT
|
||||
|
||||
pseudo-device vnd 4 # virtual disk ick
|
||||
pseudo-device ccd 4 # concatenated disks
|
||||
|
||||
#pseudo-device ether # From old config. what does it mean?
|
||||
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
||||
pseudo-device fb 1 # up to 3 framebuffers
|
||||
|
Loading…
Reference in New Issue
Block a user