Kernel: Use syscall/sysret for syscalls in x86_64

This commit is contained in:
2026-01-09 15:15:46 +02:00
parent 94bd74d0bb
commit a9ceab0415
19 changed files with 178 additions and 149 deletions

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>

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>