BRAINIAC2677 / CSE-314-Operating-System

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 68.1%Language:Shell 31.9%