Kernel ABI: Difference between revisions

document the calling convention of literally all syscalls
m typo
 
Line 19: Line 19:
; <code>r3</code> -> size
; <code>r3</code> -> size


As there are still have more arguments, the next free registers are selected starting from <code>r0</code>
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