Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

syscall::get_id_syscall

Signature: void syscall::get_id_syscall(interrupts::s_registers* regs)
Description: Syscall to get the id of an syscall

Parameters:

Return: void

test_syscall

Signature: void test_syscall(interrupts::s_registers* regs)
Description: Test syscall

Parameters:

Return: void

syscall::setup

Signature: void syscall::setup()
Description: Sets up the syscall table

Return: void

Show file on GitHub