Skip to content

daniel-saeedi/Operating-Systems-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems Course Projects

  1. CA1: Implementation of a Tic-Tac-Toe game using Socket Programming
  2. CA2: Implementation of a Search Engine for Games using Pipes
  3. CA3: Implementation of Image Filters using Multi-Threaded Programming

Operating Systems Lab Projects

  1. Lab1: Debuging and Runing xv6 Kernel. Report
  2. Lab2: Adding new System Calls and Processes. Report
  3. Lab3: Process Scheduling. Report
  4. Lab4: Synchronization. Report
  5. Lab5: Memory Management (Introduction to Virtual Memory in xv6) Report