enabling console

2007-02-26 Thread Noah

Hi,

so I am want to enabled entering the DDB Debugger from the Serial Line.

here is my /usr/src/sys/i386/conf

Why arent the options working?

--- snip ---

include GENERIC

ident   SMP-LOCAL

# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel

options BREAK_TO_DEBUGGER
options DDB

--- snip ---

here is the error during the build:


# make buildkernel KERNCONF='LOCAL'  buildkernel.LOCAL.output
./aicasm: 880 instructions used
./aicasm: 826 instructions used
/usr/src/sys/i386/i386/machdep.c:101:2: #error KDB must be enabled in 
order for DDB to work!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enabling console

2007-02-26 Thread Chris Slothouber

Noah wrote:

Hi,

so I am want to enabled entering the DDB Debugger from the Serial Line.

(snip)


/usr/src/sys/i386/i386/machdep.c:101:2: #error KDB must be enabled in 
order for DDB to work!


Maybe you could try:

options KDB



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]