In this lab you will add some new system calls to xv6, which will help you understand how they work and will expose you to some of the internals of the xv6 kern...
This lab explores how system calls are implemented using traps. You will first do a warm-up exercises with stacks and then you will implement an example of user...