Kernel: Use syscall/sysret for syscalls in x86_64

This commit is contained in:
2026-01-09 15:18:58 +02:00
parent 94bd74d0bb
commit a9ceab0415
19 changed files with 178 additions and 149 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include <BAN/Traits.h>
#include <kernel/Syscall.h>
#include <kernel/API/Syscall.h>
#include <stddef.h>
#include <stdint.h>