added more information on how to call a syscall
This commit is contained in:
parent
0b1d3d7c04
commit
2c605cff1b
|
@ -12,6 +12,10 @@ To perform a syscall, you need to populate the following registers:
|
|||
| rdx | Argument 3 |
|
||||
| rcx | Argument 4 |
|
||||
|
||||
Then you need to call interrupt `0x80`.
|
||||
|
||||
libnx provides abstractions for all syscalls.
|
||||
|
||||
---
|
||||
|
||||
The following calls should be implemented to some degree in noxos 1.0.
|
||||
|
|
Loading…
Reference in New Issue