mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-17 19:25:13 -04:00
36 lines
998 B
Plaintext
36 lines
998 B
Plaintext
#
|
|
# -- SCPH-18000 used by uch@NetBSD.org
|
|
#
|
|
# $NetBSD: AGATE,v 1.13 2015/08/21 01:52:08 uebayasi Exp $
|
|
#
|
|
|
|
include "arch/playstation2/conf/std.playstation2"
|
|
include "arch/playstation2/conf/config.playstation2"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
config netbsd root on wd0a type ffs
|
|
config nfsnetbsd root on smap0 type nfs
|
|
|
|
#makeoptions DEFGP="-G 40"
|
|
|
|
options KLOADER_KERNEL_PATH="\"/netbsd\""
|
|
options KLOADER
|
|
|
|
options DDB # in-kernel debugger
|
|
pseudo-device ksyms
|
|
|
|
options NMBCLUSTERS=4096 # Max. number of mbuf clusters
|
|
|
|
options GATEWAY # packet forwarding
|
|
|
|
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
|
options PPP_DEFLATE # Deflate compression support for PPP
|
|
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|
|
|
uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
|
|
ucom* at uplcom? portno ?
|
|
|
|
pseudo-device ppp # Point-to-Point Protocol
|