|
My Kernel v0.1.0
|

For convenience, our kernel's ABI is the same as Linux's:
The arguments are passed in the following order:
eax, ebx, ecx, edx, esi, edi, ebp
The first argument (eax) is always the number of the syscall to call.
The return value is always stored inside the eax register.