mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +00:00
Added syscalls stub
This commit is contained in:
13
Architecture/i686/SystemCalls.cpp
Normal file
13
Architecture/i686/SystemCalls.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
#include <syscalls.hpp>
|
||||
|
||||
#include <cpu.hpp>
|
||||
|
||||
#include "cpu/gdt.hpp"
|
||||
|
||||
using namespace CPU::x32;
|
||||
|
||||
extern "C" uint32_t SystemCallsHandler(SyscallsRegs *regs);
|
||||
|
||||
void InitializeSystemCalls()
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user