>How would you do this on OpenSolaris (x86/Sparc) ?
>With a second machine ?
You don't need a second machine
Just boot with the kernel debugger enabled (w/ the -k option)
or run "mdb -K" from the commandline console.
Casper
___
opensolaris-code mail
Hi everybody,
I was writing kernel modules on Linux last year
and used to debug the running kernel
with kdb (assembler level)
or with kgdb ( C sourec level )
from a _second_ machine.
How would you do this on OpenSolaris (x86/Sparc) ?
With a second machine ?
Can someone point me to
- some docume