cleanup, add (commented-out) serial buffer and lev6_defer options
This commit is contained in:
parent
1bf748f356
commit
c6768054a9
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.50 1996/01/28 19:37:45 chopps Exp $
|
||||
# $NetBSD: GENERIC,v 1.51 1996/02/24 08:58:37 chopps Exp $
|
||||
|
||||
#
|
||||
# GENERIC AMIGA
|
||||
|
@ -37,29 +37,28 @@ options INET # IP networking support (Required)
|
|||
#options DIRECTED_BROADCAST # Broadcast across subnets
|
||||
#options NSIP # XNS over IP
|
||||
|
||||
#
|
||||
# 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
|
||||
|
||||
#
|
||||
# File systems
|
||||
#
|
||||
options FFS # Berkeley fast file system
|
||||
options QUOTA # UFS quotas
|
||||
#options LFS # log-structured filesystem
|
||||
options MFS # Memory based filesystem
|
||||
options PROCFS # Process filesystem
|
||||
options KERNFS # Kernel parameter filesystem (Recommended)
|
||||
options FDESC # /dev/fd filesystem
|
||||
options NULLFS # Loopback filesystem
|
||||
options FIFO # FIFO operations on vnodes (Recommended)
|
||||
|
||||
options NFSSERVER # Network File System server side code
|
||||
options NFSCLIENT # Network File System client side code
|
||||
|
||||
options ADOSFS # AmigaDOS file system
|
||||
options "CD9660" # ISO 9660 file system, with Rock Ridge
|
||||
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 # ?
|
||||
options PROCFS # /proc
|
||||
options UMAPFS # NULLFS + uid and gid remapping
|
||||
options UNION # union file system
|
||||
options UMAPFS # uid/gid remapping filesystem
|
||||
#options PORTAL # Portal filesystem
|
||||
#options MSDOSFS # MS-DOS filesystem
|
||||
|
||||
|
||||
#
|
||||
|
@ -83,6 +82,9 @@ options SYSVSEM # System V-like semaphores
|
|||
#
|
||||
# Support for various kernel options
|
||||
#
|
||||
|
||||
options UCONSOLE # only super-user can redirect console
|
||||
|
||||
options GENERIC # Mini-root boot support
|
||||
options LKM # Loadable kernel modules
|
||||
options KTRACE # Add kernel tracing system call
|
||||
|
@ -105,6 +107,12 @@ options DDB # Kernel debugger
|
|||
#
|
||||
options MACHINE_NONCONTIG # Non-contiguous memory support
|
||||
|
||||
# These options improve performance with the built-in serial port
|
||||
# on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
#options "SERIBUF_SIZE=4096"
|
||||
#options "SEROBUF_SIZE=32"
|
||||
#options LEV6_DEFER # defers l6 to l4 (below serial l5)
|
||||
|
||||
options RETINACONSOLE # enable code to allow retina to be console
|
||||
options ULOWELLCONSOLE # enable code to allow a2410 to be console
|
||||
options CL5426CONSOLE # Cirrus console
|
||||
|
|
Loading…
Reference in New Issue