Re: console vs. debugger console

From: Andrew Valencia <vandys_at_nospam.org>
Date: Thu Sep 15 1994 - 05:48:37 PDT

[Tim Newsham <newsham@uhunix.uhcc.Hawaii.Edu> writes:]

> How is the console handled when the kernel is compiled for
>debugging? Are two screens maintained and switched between?

The kernel debugger uses a spinloop watching for keystrokes and writes
directly to screen memory. Or, if kdb is configured for serial port
operation, it spins on the UART instead.

The cons2 server causes the kernel debugger to be entered when a ^Z is
typed; it saves the screen before calling the debugger, and restores it on
return.

                                                        Andy
Received on Thu Sep 15 04:37:43 1994

This archive was generated by hypermail 2.1.8 : Thu Sep 22 2005 - 15:11:45 PDT