mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-04-25 19:59:02 +02:00
Make keyboards use events, move all userspace-like code (from mouse as
well) to a stub file instead of being inside the kernel.
This commit is contained in:
@@ -5,7 +5,7 @@ use core::fmt::{self, Write};
|
||||
use spin::Mutex;
|
||||
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
use crate::arch::x86_64::interrupts::without_interrupts;
|
||||
use x86_64::instructions::interrupts::without_interrupts;
|
||||
|
||||
pub struct ConsoleWriter<'a> {
|
||||
pub fb: &'a mut Framebuffer,
|
||||
|
||||
Reference in New Issue
Block a user