mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 13:44:25 +02:00
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:
@@ -1,7 +1,8 @@
|
||||
use alloc::vec::Vec;
|
||||
|
||||
use crate::{
|
||||
driver::keyboard::KeyboardEvent, mm::address_space::AddressSpace, task::context::UserContext,
|
||||
driver::io::keyboard::KeyboardEvent, mm::address_space::AddressSpace,
|
||||
task::context::UserContext,
|
||||
};
|
||||
|
||||
pub enum ProcessState {
|
||||
|
||||
Reference in New Issue
Block a user