Kernel ABI: Difference between revisions
GasInfinity (talk | contribs) document the calling convention of literally all syscalls |
GasInfinity (talk | contribs) m typo |
||
Line 19: | Line 19: | ||
; <code>r3</code> -> size | ; <code>r3</code> -> size | ||
As there are still | As there are still more arguments, the next free registers are selected starting from <code>r0</code> | ||
; <code>r0</code> -> operation | ; <code>r0</code> -> operation | ||
; <code>r4</code> -> permissions | ; <code>r4</code> -> permissions |