From 5d75346e4a53ef6d113d51266e472166e32060e4 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Wed, 24 Jul 2019 14:26:05 -0400 Subject: [PATCH] find --- labs/xv6.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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: