mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 14:46:56 -04:00
19 lines
486 B
Plaintext
19 lines
486 B
Plaintext
# $NetBSD: KGDB3X,v 1.55 2007/10/17 19:57:45 garbled Exp $
|
|
|
|
# KGDB3X Sun3X (3/80, 3/470)
|
|
# like GENERIC but supports gdb on other machine, i.e.:
|
|
# % gdb -k netbsd.gdb
|
|
# (gdb) set remotebaud 19200
|
|
# (gdb) target remote /dev/ttyb
|
|
|
|
include "arch/sun3/conf/GENERIC3X"
|
|
|
|
no options DDB
|
|
|
|
makeoptions DEBUG="-g" # debugging symbols for gdb
|
|
options KGDB
|
|
options KGDB_DEV=0x0C01 # ttya=0C00 ttyb=0C01
|
|
|
|
options DEBUG # kernel debugging code
|
|
options DIAGNOSTIC # extra kernel sanity checking
|