Jump to content

KernelDebugRef - Entering the Debugger: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 May 2025

  • curprev 23:0223:02, 3 May 2025 Martini talk contribs 2,069 bytes +35 No edit summary
  • curprev 19:4919:49, 3 May 2025 Martini talk contribs 2,034 bytes +2,034 Created page with "There are various ways to enter the debugger. The first way is during initialization. If the following keys are pressed at the debugger's console, the debugger is entered: * '''r''' - (lowercase r) enters the debugger at the beginning of system kernel initialization in real mode. This is very early in system initialization. * '''p''' - enters the debugger after going into protected mode for the first time. Symbols have not been loaded yet. * '''<space-bar>''' - enters t..."