From 9dec9b041abd679f548331a63743a0b268ab2c7f Mon Sep 17 00:00:00 2001 From: Rativel Remi Date: Tue, 2 May 2023 19:57:43 +0000 Subject: [PATCH] Update userlib/sys.s --- userlib/sys.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userlib/sys.s b/userlib/sys.s index 7b7e3da..fc3d526 100644 --- a/userlib/sys.s +++ b/userlib/sys.s @@ -1,5 +1,5 @@ /* Start.s - * Assembly language assist for user programs running on top of Nachos. + * Assembly language assist for user programs running on top of BurritOS. * * Since we don't want to pull in the entire C library, we define * what we need for a user program here, namely Start and the system