Background
Lab: Xv6 and Unix utilities (mit.edu)



Problem Description
It seems my exec isn’t working? The arguments should be passed correctly (they can be printed on the command line), and running the command directly in the shell produces the correct output (hello), but when passed to exec there is no output. What could be the cause? Thanks everyone.

Source Code
xargs.c (2.4 KB)