Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayeshathoi/os-314

contains all my work of cse-314 (Operating sessional Lab)
https://github.com/ayeshathoi/os-314

copy-on-write git-commands inter-process-communication lottery-scheduling os page-management paging shell-script system-info-test trace xv6-riscv

Last synced: about 1 month ago
JSON representation

contains all my work of cse-314 (Operating sessional Lab)

Awesome Lists containing this project

README

        

## **`CSE 314` : Operating System Sessional**

- [**`Shell Script`**](https://github.com/ayeshathoi/OS-314/tree/main/Shell%20Script)
- **`Inter Process Communication`**
- [pthread Syncronization](https://github.com/ayeshathoi/OS-314/tree/main/IPC) : Barber Shop, Master Worker, Read-Write Lock, Zemaphore
- **`Xv6`**
- [System Call Implementation : Trace & SYSINFO](https://github.com/ayeshathoi/OS-314/tree/main/xv6_Trace%20%26%20sysinfotest)
- [Process Scheduling using Lottery Scheduling Algorithm](https://github.com/ayeshathoi/OS-314/tree/main/xv6%20Lottery%20Sceduling)
- [Memory Management using Paging & Copy-on-Write](https://github.com/ayeshathoi/OS-314/tree/main/offline%205%20mm)
- [**`Documented Git Commands`**](https://github.com/ayeshathoi/OS-314/tree/main/Git%20Commands)