Function init

Source
pub(super) fn init()
Expand description

Initializes and loads the IDT.

The caller should only call this method once in the boot context for each available processor. This is not a safety requirement, however, because calling this method again will do nothing more than load the same IDT.