> There's also a keyboard sequence to do it for PS/2 keyboards -- I'm
> pretty sure its CTRL-ALT-D (note that is "D" as in David, not
> DELETE!) I've not tested to find out if it works for USB keyboards.
It's F1-A
___
opensolaris-code mailing list
Garrett D'Amore wrote:
> Alexandra (Sasha) Fedorova wrote:
>
>> Hello,
>>
>> When I used to debug Solaris on SPARC, I'd send a "break" signal Ctrl-] to
>> the console, the system would drop into "ok" prompt and I'd start mdb like
>> this: "mdb -k". However, on x86 platform the break signal do
Alexandra (Sasha) Fedorova wrote:
> Hello,
>
> When I used to debug Solaris on SPARC, I'd send a "break" signal Ctrl-] to
> the console, the system would drop into "ok" prompt and I'd start mdb like
> this: "mdb -k". However, on x86 platform the break signal does not drop you
> into the ok prom
Hello,
When I used to debug Solaris on SPARC, I'd send a "break" signal Ctrl-] to the
console, the system would drop into "ok" prompt and I'd start mdb like this:
"mdb -k". However, on x86 platform the break signal does not drop you into the
ok prompt, and I recall reading somewhere online tha