From b9e5eb097cc8f179e1433dbdb4700c8d7377edb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kyle=20J=C2=A0Cardoza?= Date: Mon, 8 Jul 2024 23:44:16 -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 ca0b6e3..4606715 100644 --- a/doc/syscalls.md +++ b/doc/syscalls.md @@ -367,7 +367,7 @@ which must contain a fully-qualified pathname. On success, this C will contain `STATUS_OK`. On failure, C will contain a negative number indicating the specific error. -## 0x15: Move File +## `0x15`: Move File Arguments: - `C`: `0x15`