noxos (sysabi): fixed argument 3 register definition
This commit is contained in:
parent
68f0b590fd
commit
39cab6adbf
|
@ -14,7 +14,7 @@ To perform a syscall, you need to populate the following registers:
|
|||
| rax | The syscalls ID |
|
||||
| rdi | Argument 1 |
|
||||
| rsi | Argument 2 |
|
||||
| rbx | Argument 3 |
|
||||
| rdx | Argument 3 |
|
||||
| rcx | Argument 4 |
|
||||
|
||||
The following calls should be included to some degree in NoxOS 1.0.
|
||||
|
|
Reference in New Issue