pub fn init() -> Result<&'static PS2Controller, &'static str>
Expand description
Initializes the PS/2 controller, and the first and second PS/2 ports (if they exist).
We roughly follow the procedure from the OS dev wiki.
pub fn init() -> Result<&'static PS2Controller, &'static str>
Initializes the PS/2 controller, and the first and second PS/2 ports (if they exist).
We roughly follow the procedure from the OS dev wiki.