Update userlib/sys.s

This commit is contained in:
Rativel Remi 2023-05-02 19:57:43 +00:00
parent 1055e6a0ac
commit 02cdb5239b

View File

@ -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