Skip to content

Commit 7ac01bb

Browse files
committed
x86_64/system: Implement PS/2 keyboard and mouse drivers
1 parent 80977be commit 7ac01bb

2 files changed

Lines changed: 547 additions & 0 deletions

File tree

kernel/src/arch/x86_64/system/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pub mod apic;
33
pub mod gdt;
44
mod hpet;
55
pub mod idt;
6+
mod ps2;
67
mod serial;
78
mod smp;
89
mod tsc;

0 commit comments

Comments
 (0)