Loading the kernel extension

This topic discusses loading the demokext kernel extension.

To load the demokext kernel extension, complete the following:

  1. Run the demonstration program by typing the following:
    ./demo

    This loads the demokext kernel extension.

    Note: The default prompt at this time is the dollar sign ($)
  2. Stop the demonstration program by pressing the Ctrl+Z key sequence.
  3. Put the demonstration program in the background by typing the following:
    bg
  4. Activate the KDB kernel debugger using the Ctrl+\ key sequence.

    A KDB command prompt should appear. The default KDB prompt isKDB(0)>.