[an error occurred while processing this directive]
FreeBSD Handbook
: Kernel Debugging
: Debugging a console driver
Previous: On-line kernel debugging using DDB
Next: Troubleshooting
15.4. Debugging a console driver
Since you need a console driver to run DDB on, things are more
complicated if the console driver itself is failing. You might
remember the use of a serial console (either with modified boot
blocks, or by specifying -h
at the Boot:
prompt), and hook up a standard
terminal onto your first serial port. DDB works on any configured
console driver, of course also on a serial console.
FreeBSD Handbook
: Kernel Debugging
: Debugging a console driver
Previous: On-line kernel debugging using DDB
Next: Troubleshooting
[an error occurred while processing this directive]