Skip to content

nilax97/xv6-Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xv6-Extensions

Extensions to xv6 operating system done for course on Operating Systems at IIT Delhi

Assignment 1

Adding system calls trace and IPC to xv6

For more details refer to problem statement

Details of implementation in report

Assignment 2

Implementing parallelisation through jacobi steady state heat transfer and Maekawa's Algorithm for mutual exclusion

For more details refer to problem statement

Details of implementation in report

Assignment 3

Adding virtualization in xv6 through containers

For more details refer to problem statement

Details of implementation in report