From 10456ce8da1597388b2bd1785ef821c7f09b134d Mon Sep 17 00:00:00 2001 From: Kyle Cardoza Date: Sun, 31 Mar 2024 15:11:59 -0400 Subject: [PATCH] work on interrupts --- src/interrupts.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interrupts.s b/src/interrupts.s index 0438c4a..66d73b4 100644 --- a/src/interrupts.s +++ b/src/interrupts.s @@ -209,7 +209,8 @@ cop_reset: ; Return the version number for the running kernel. ; ; Arguments: None -; Return value: Version number in C +; Return value: +; C: Version number ; ; Note: ; The return value is divided into three fields.