Sync with reality. (it's my development machine)
This commit is contained in:
parent
cc1ee25971
commit
7b4af0e724
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LIBERO,v 1.20 2003/04/10 22:07:01 christos Exp $
|
||||
# $NetBSD: LIBERO,v 1.21 2003/04/19 16:37:21 tsutsui Exp $
|
||||
|
||||
# NEWS1750 config file;
|
||||
#
|
||||
@ -17,14 +17,19 @@ options CPU_SINGLE # Will IOP be supported eventually?
|
||||
# Standard system options
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
options KTRACE # system call tracing support
|
||||
options SYSTRACE # system call vetting via systrace(1)
|
||||
options SYSVMSG # System V message queues
|
||||
options SYSVSEM # System V semaphores
|
||||
options SYSVSHM # System V shared memory
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options LKM # loadable kernel modules
|
||||
options USERCONF # userconf(4) support
|
||||
#options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Enable experimental buffer queue strategy for better responsiveness under
|
||||
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
|
||||
#options NEW_BUFQ_STRATEGY
|
||||
|
||||
# Debugging options
|
||||
options DDB # kernel dynamic debugger
|
||||
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
@ -37,6 +42,7 @@ options SCSIVERBOSE # Verbose SCSI errors
|
||||
options COMPAT_43 # compatibility with 4.3BSD binaries
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
||||
|
||||
#options COMPAT_SVR4 # binary compatibility with SVR4
|
||||
@ -54,7 +60,7 @@ file-system MSDOSFS # MS-DOS FAT file system
|
||||
file-system KERNFS # /kern
|
||||
file-system PROCFS # /proc
|
||||
file-system FDESC # /dev/fd/*
|
||||
#file-system NULLFS # loopback file system
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system UNION # union file system
|
||||
|
||||
options NFSSERVER # nfs server support
|
||||
@ -147,13 +153,14 @@ pseudo-device vnd 4 # disk-like interface to files
|
||||
#pseudo-device ccd 4 # concatenated and striped disks
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#pseudo-device sl 2 # SLIP interfaces
|
||||
pseudo-device ppp 2 # PPP interfaces
|
||||
#pseudo-device ppp 2 # PPP interfaces
|
||||
#pseudo-device tun 4 # Network "tunnel" device
|
||||
#pseudo-device gre 2 # generic L3 over IP tunnel
|
||||
pseudo-device bpfilter 16 # Berkeley Packet Filter
|
||||
pseudo-device ipfilter # ip filter
|
||||
pseudo-device bpfilter 8 # Berkeley Packet Filter
|
||||
#pseudo-device ipfilter # ip filter
|
||||
#pseudo-device strip 1 # Starmode Radio IP (Metricom)
|
||||
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
||||
pseudo-device rnd # /dev/random and in-kernle generator
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device wsmux
|
||||
|
Loading…
Reference in New Issue
Block a user