diff --git a/labs/xv6.html b/labs/xv6.html index 40e1202..1749ca6 100644 --- a/labs/xv6.html +++ b/labs/xv6.html @@ -82,8 +82,8 @@ initial file system. You just ran one of them: ls.

sleep

-

Write a program that sleeps for a user-specified number of seconds, - compile it, and run it. +

Implement the UNIX program sleep, which sleeps for a user-specified + number of ticks.

Some hints: