add COMPAT_14
This commit is contained in:
parent
38370e4998
commit
1138f7e762
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: TADPOLE3GX,v 1.3 1999/08/11 01:46:25 matt Exp $
|
||||
# $NetBSD: TADPOLE3GX,v 1.4 1999/11/11 15:55:53 matt Exp $
|
||||
|
||||
include "arch/sparc/conf/std.sparc"
|
||||
|
||||
|
@ -76,7 +76,7 @@ options NFS_BOOT_BOOTPARAM
|
|||
## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
|
||||
## such that gdb(1) can be used on a kernel coredump.
|
||||
|
||||
#makeoptions DEBUG="-g"
|
||||
makeoptions DEBUG="-g"
|
||||
|
||||
|
||||
## Adds code to the kernel that does internal consistency checks, and will
|
||||
|
@ -95,7 +95,7 @@ options SCSIVERBOSE
|
|||
## This allows writing to /dev/mem, loading kernel modules while multi-user,
|
||||
## and other insecurities good only for development work. Do not use this
|
||||
## option on a production machine.
|
||||
#options INSECURE
|
||||
options INSECURE
|
||||
|
||||
## Allow non-root users to grab /dev/console with programs such as xconsole.
|
||||
## `xconsole' therefore does not need setuid root with this option enabled.
|
||||
|
@ -119,6 +119,7 @@ options COMPAT_10 # NetBSD 1.0 binary compatibility
|
|||
options COMPAT_11 # NetBSD 1.1 binary compatibility
|
||||
options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_SUNOS # SunOS 4.x binary compatibility
|
||||
options COMPAT_SVR4 # SunOS 5.x binary compatibility
|
||||
options COMPAT_AOUT # NetBSD a.out compatibility
|
||||
|
@ -311,6 +312,9 @@ pnozz0 at sbus? slot ? offset ?
|
|||
|
||||
#### Other device configuration
|
||||
|
||||
# Tadpole auxilary control register (power down control)
|
||||
auxiotwo0 at obio0
|
||||
|
||||
# Tadpole microcontroller
|
||||
tctrl0 at obio0
|
||||
|
||||
|
|
Loading…
Reference in New Issue