FreeNOS
IntelTraps.h File Reference
#include <Types.h>

Go to the source code of this file.

Functions

Intel Kernel Traps

Intel specific software interrupts.

These functions are called by the user program to invoke the kernel APIs, also known as system calls.

ulong trapKernel1 (ulong num, ulong arg1)
 Perform a kernel trap with 1 argument. More...
 
ulong trapKernel2 (ulong num, ulong arg1, ulong arg2)
 Perform a kernel trap with 2 arguments. More...
 
ulong trapKernel3 (ulong num, ulong arg1, ulong arg2, ulong arg3)
 Perform a kernel trap with 3 arguments. More...
 
ulong trapKernel4 (ulong num, ulong arg1, ulong arg2, ulong arg3, ulong arg4)
 Perform a kernel trap with 4 arguments. More...
 
ulong trapKernel5 (ulong num, ulong arg1, ulong arg2, ulong arg3, ulong arg4, ulong arg5)
 Perform a kernel trap with 5 arguments. More...