Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
/* To make a ToC move with the page, add a HTML macro and put this in it */
<style> .toc-macro {position: static !important;} </style>

/* To make a ToC wider */
<style> .toc-macro {width: 80% !important;} </style>

/* Make the ToC in-line (not float on the right) */
<style> .toc-macro {float: none !important;} </style>

Table of Contents

General Considerations

...

You must build the kernel with the following configuration options. Not that =y means they must be enabled, and =n means they just be disabled. Please use menuconfig to confirm each one.

...

  • CONFIG_DEBUG_INFO=y
  • CONFIG_DEBUG_INFO_REDUCED=n
  • CONFIG_DEBUG_INFO_SPLIT=n
  • CONFIG_RANDOMIZE_BASE=n
  • CONFIG_EXPERT=y
  • CONFIG_UNMAP_KERNEL_AT_EL0=n

...