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:
csd4ni3l
2026-04-19 22:43:20 +02:00
parent f4c2657b94
commit e1c2373691
10 changed files with 174 additions and 73 deletions

View File

@@ -3,5 +3,4 @@ pub mod graphics;
pub mod keyboard;
pub mod mouse;
pub mod serial;
pub mod syscall;
pub mod timer;