Crate emerald_kernel_user_link
source ·Modules§
Macros§
- Creates a syscall, the first argument is the syscall number (in RAX), then the arguments are as follows RCX, RDX, RSI, RDI, R8, R9, R10 (7 arguments max)
- Get the syscall arguments from the interrupt state, the arguments come from the registers RCX, RDX, RSI, RDI, R8, R9, R10