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
@@ -5,8 +5,8 @@
#include <LibELF/AuxiliaryVector.h>
#include <kernel/API/SharedPage.h>
#include <kernel/API/Syscall.h>
#include <kernel/Memory/Types.h>
#include <kernel/Syscall.h>
#include <ctype.h>
#include <dlfcn.h>