Implementing xv6 User Programs: sleep, pingpong, primes, find, and xargs
This lab requires implementing five user-space programs: sleep, pingpong, primes, find, and xargs.
Source code: https://github.com/InQing/xv6-operating-system/tree/util
(1) sleep
Requirements
Write a user program that takes one argument t and calls the sleep system call to sleep for t time units.
Approach
This lab does not require implementing ...
Posted on Thu, 28 May 2026 17:28:46 +0000 by sapna