Changes between Initial Version and Version 1 of UsersGuide/KernelConsole


Ignore:
Timestamp:
2010-06-23T17:50:31Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/KernelConsole

    v1 v1  
     1= Kernel Console =
     2
     3This section explains the usage of the kernel debugging console. Note that the kernel console is a debugging tool. It is not meant for novice users and it is not available in release builds (only in debug/development builds).
     4
     5== Attention Newbies ==
     6
     7The kernel console is a debugging tool to be used by the developers. Normal uses should never need to use it. In the past the kernel console used to supplant some functionality which was missing in user space. Nowadays, almost all important functionality is available via regular commands. The kernel console is not available in release builds.
     8
     9== Invoking ==
     10
     11The kernel is invoked either by pressing F12 on the console or by typing the shell command
     12{{{
     13kcon
     14}}}
     15
     16On a release build the kernel console is not available!
     17
     18== Controls ==
     19
     20The kernel console is controlled via a command line. The ''continue'' command will take you back to the user-space console. ''help'' will show a list of commands. The command line supports completion (Tab key) and history (up and down arrow keys).