Update userlib/sys.s

This commit is contained in:
Rativel Remi 2023-05-02 19:57:43 +00:00 committed by François Autin
parent 9bd0ef02aa
commit 9dec9b041a
1 changed files with 1 additions and 1 deletions

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