PintOS System calls Implementation and concurrent thread execution handling

  • In this project :
    • The following system calls for the PintOS operating system were implemented :
      • halt,create,open,close,read,write,exit,exec,wait,seek,tell,filesize,remove.
    • The threads management functions were modified to allow concurrent execution of processes