ff9b47d69e
XXX: This option should be mentioned in options(4).
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
#
|
|
# $NetBSD: NULLCONF,v 1.22 2005/12/07 09:10:13 tsutsui Exp $
|
|
#
|
|
include "arch/hpcmips/conf/std.hpcmips"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
maxusers 8
|
|
|
|
include "arch/hpcmips/conf/std.hpcmips.vr41"
|
|
makeoptions CPUFLAGS="-mips2" # CPU codegen options
|
|
options VR4102 # NEC VR4102
|
|
options VR4111 # NEC VR4111
|
|
options VR4121 # NEC VR4121
|
|
|
|
options DDB # in-kernel debugger
|
|
|
|
options WINCE_DEFAULT_SETTING # Debugging use
|
|
options DUMP_GIU_LEVEL2_INTR # Debugging use
|
|
options DEBUG_FIND_PCIC # Debugging use XXX harmful don't define until read source.
|
|
#options DEBUG_FIND_PCIC_I82365SL_ONLY
|
|
makeoptions DEFWARNINGS="no" # override DEFWARNINGS?=yes
|
|
|
|
file-system FFS # fast filesystem with user and group quotas
|
|
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
|
|
# compile options
|
|
#makeoptions DEFGP="-G 18"
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
vrisab2 at vrgiu?
|
|
isa2 at vrisab2
|
|
|
|
# Workstation Console attachments
|
|
bivideo0 at mainbus0
|
|
hpcfb* at bivideo0
|
|
wsdisplay* at hpcfb?
|
|
wskbd* at hpckbd? mux 1
|
|
wsmouse* at vrpiu? mux 0
|
|
|
|
pseudo-device biconsdev 1 # build-in console device
|
|
pseudo-device clockctl # user control of clock subsystem
|