Skip to content

Commit

Permalink
add: mini comment to ps2::init
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonallo committed Mar 1, 2025
1 parent 9413a68 commit b46c240
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ps2/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ fn is_dual_channel_controller() -> bool {
config >> 5 & 1 == 1
}

/// Initializes the PS/2 buffer.
///
/// https://wiki.osdev.org/%228042%22_PS/2_Controller#Initialising_the_PS/2_Controller
/// https://wiki.osdev.org/%228042%22_PS/2_Controller#PS/2_Controller_Configuration_Byte
/// https://wiki.osdev.org/ACPI
Expand Down

0 comments on commit b46c240

Please sign in to comment.