Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ayeshathoi/os-314
- Owner: ayeshathoi
- Created: 2023-01-17T14:08:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T12:47:03.000Z (5 months ago)
- Last Synced: 2024-07-27T13:56:36.263Z (5 months ago)
- Topics: copy-on-write, git-commands, inter-process-communication, lottery-scheduling, os, page-management, paging, shell-script, system-info-test, trace, xv6-riscv
- Language: C
- Homepage:
- Size: 25.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)