From 056482fbca3b88ae5ed21920186ab1e1dc2a99c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kyle=20J=C2=A0Cardoza?= Date: Tue, 9 Jul 2024 00:05:07 -0400 Subject: [PATCH] Documentation of kernel API --- doc/syscalls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syscalls.md b/doc/syscalls.md index 087d700..1ab13e3 100644 --- a/doc/syscalls.md +++ b/doc/syscalls.md @@ -210,7 +210,7 @@ This call fills in the specified argument structure with the current time. Arguments: - `C`: `0x0C` - `X`: Bank of argument structure - - `Y`: Address of buffer + - `Y`: Address of argument structure Return Values: - `C`: Status code