2004-07-15 07:53:44 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.6 2004/07/15 03:53:51 atatat Exp $
|
2001-10-16 19:38:29 +04:00
|
|
|
#
|
2001-12-14 08:34:45 +03:00
|
|
|
# GENERIC machine description file
|
|
|
|
#
|
|
|
|
# This machine description file is used to generate the default NetBSD
|
|
|
|
# kernel. The generic kernel does not include all options, subsystems
|
|
|
|
# and device drivers, but should be useful for most applications.
|
2001-10-16 19:38:29 +04:00
|
|
|
#
|
2001-12-14 08:34:45 +03:00
|
|
|
# The machine description file can be customised for your specific
|
|
|
|
# machine to reduce the kernel size and improve its performance.
|
2001-10-16 19:38:29 +04:00
|
|
|
#
|
2001-12-14 08:34:45 +03:00
|
|
|
# For further information on compiling NetBSD kernels, see the config(8)
|
|
|
|
# man page.
|
|
|
|
#
|
|
|
|
# For further information on hardware support for this architecture, see
|
|
|
|
# the intro(4) man page. For further information about kernel options
|
|
|
|
# for this architecture, see the options(4) man page. For an explanation
|
|
|
|
# of each device driver in this file see the section 4 man page for the
|
|
|
|
# device.
|
2001-10-16 19:38:29 +04:00
|
|
|
|
|
|
|
include "arch/playstation2/conf/std.playstation2"
|
|
|
|
include "arch/playstation2/conf/config.playstation2"
|
|
|
|
|
2002-04-25 19:06:20 +04:00
|
|
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
2004-07-15 07:53:44 +04:00
|
|
|
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
2002-04-25 19:06:20 +04:00
|
|
|
|
2004-06-26 11:32:05 +04:00
|
|
|
#options ALTQ # Manipulate network interfaces' output queues
|
|
|
|
#options ALTQ_BLUE # Stochastic Fair Blue
|
|
|
|
#options ALTQ_CBQ # Class-Based Queueing
|
|
|
|
#options ALTQ_CDNR # Diffserv Traffic Conditioner
|
|
|
|
#options ALTQ_FIFOQ # First-In First-Out Queue
|
|
|
|
#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
|
|
|
|
#options ALTQ_HFSC # Hierarchical Fair Service Curve
|
|
|
|
#options ALTQ_LOCALQ # Local queueing discipline
|
|
|
|
#options ALTQ_PRIQ # Priority Queueing
|
|
|
|
#options ALTQ_RED # Random Early Detection
|
|
|
|
#options ALTQ_RIO # RED with IN/OUT
|
|
|
|
#options ALTQ_WFQ # Weighted Fair Queueing
|
|
|
|
|
2001-10-16 19:38:29 +04:00
|
|
|
config netbsd root on ? type ?
|
|
|
|
|
2003-05-08 17:36:32 +04:00
|
|
|
#makeoptions DEFGP="-G 48"
|