Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 425 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 425 Bytes

Process Semaphores

Description

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.

Execution

  • To open xv6:
make
  • To execute pingpong:
pingpong {int}
  • Surprise function:
peladoValdez