noxos (sysabi): fixed argument 3 register definition

This commit is contained in:
antifallobst 2023-04-18 23:48:07 +02:00
parent 68f0b590fd
commit 39cab6adbf
1 changed files with 1 additions and 1 deletions

View File

@ -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.