Add virtio driver for aarch64 with only input for now, move keyboard,

mouse and other io logic to an io folder, make ps2 convert to linux
event codes like virtio, force modern mmio and gic version 2 on aarch64
This commit is contained in:
csd4ni3l
2026-05-17 20:32:42 +02:00
parent 5efbef1712
commit 1205d8ce7a
27 changed files with 1256 additions and 345 deletions
+2 -1
View File
@@ -1 +1,2 @@
pub const TIMER_FREQUENCY_HZ: usize = 1000;
pub const TIMER_FREQUENCY_HZ: usize = 1000;
pub const KARCH: &str = "aarch64";