Can any one tell me/ point me any references to how to add a system call / utility in XV6
exhaustive search on google was futile and hacking the hard way also was not productive so far .
the reference book also did not have any hello world example to start with any help greatly appreciated
To add a system call that can be called in xv6's shell, you should so something with the five files
usys.S use the macro to define connect the call of user to the system call function
defs.h add a forward declaration for your new system call