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.
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:
Write a simple version of the UNIX find program: find all the files + in a directory tree that contain a user-specified string. + +
Some hints: +
Modify the shell to support lists of commands, separated by ";"