From 0c10cbe829787a2745b0f7e3ad46f200b0b94d34 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Fri, 2 Aug 2019 11:55:26 -0400 Subject: syscall lab nits --- labs/xv6.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'labs/xv6.html') diff --git a/labs/xv6.html b/labs/xv6.html index 8dc7786..13d581e 100644 --- a/labs/xv6.html +++ b/labs/xv6.html @@ -82,16 +82,16 @@ initial file system. You just ran one of them: ls.

sleep

-

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

Implement the UNIX program sleep for xv6; your sleep should pause + for a user-specified number of ticks.

Some hints: