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 n
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