Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.32 KB

CSE-314 | Operating System

This repository contains my solution of the assignments of the course CSE-314 | Operating System.

Here is the course outline

The solution of xv6 assignments are given in patch files. To apply the patch, you need to download this version xv6-riscv source code.

Offline-1 | Shell Scripting

bash

Offline-2 | xv6 System Call

system call user program

Offline-3 | xv6 Scheduler

round robin priority multi level queue

Offline-4 | Inter Process Communication

posix thread mutex semaphore

Offline-5 | xv6 Threading and Syncronization

process thread mutex semaphore condition variable