This repository contains an xv6 emulator, added 4 new syscalls and the program pingpong that consists of 2 processes, ping and pong shows one as an active process while the other is paused and then the processes are exchanged roles.
- To open xv6:
make
- To execute pingpong:
pingpong {int}
- Surprise function:
peladoValdez