mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-04-25 11:49:03 +02:00
Use native syscalls instead of interrupt-based ones, move syscall from
driver to arch, and add x86_64 specific native syscalls.
This commit is contained in:
@@ -3,5 +3,4 @@ pub mod graphics;
|
||||
pub mod keyboard;
|
||||
pub mod mouse;
|
||||
pub mod serial;
|
||||
pub mod syscall;
|
||||
pub mod timer;
|
||||
|
||||
Reference in New Issue
Block a user