Files
XunilOS/kernel/src/driver/mod.rs
csd4ni3l e1c2373691 Use native syscalls instead of interrupt-based ones, move syscall from
driver to arch, and add x86_64 specific native syscalls.
2026-04-19 22:43:20 +02:00

7 lines
95 B
Rust

pub mod elf;
pub mod graphics;
pub mod keyboard;
pub mod mouse;
pub mod serial;
pub mod timer;