pub unsafe fn init()Expand description
Initializes the system’s primary and secondary PICs in a chained configuration and unmasks all interrupts.
§Safety
Calling this function will cause interrupts to start firing. This means the IDT must already be
initialized with valid handlers for all possible interrupt numbers (i.e. by a call to
[handlers::init][super::handlers::init]).