This repository contains the codes of the course CSE 314: Operating System Sessional
of CSE, BUET
.
This repository is an archive of the author's solutions to course assignments. These solutions are provided as-is and are not guaranteed to be error-free or comprehensive. The author accepts no responsibility for any issues or damage resulting from the use of these solutions. They are intended for reference only, and copying them for academic purposes is strongly discouraged. The author is not liable for any consequences arising from academic dishonesty.
- Have a look at the course outline
-
Offline 1 | Bash Scripts
-
Offline 2 | xv6 System Call
-
Offline 3 | xv6 Scheduler
-
Offline 4 | Inter Process Communication
-
Offline 5 | Threading Implementation on xv6
-
Offline 6 | Memory Management on xv6
- Problem Statement
- This offline was made optional.
- Online 1 | Bash Script
- Online 2 | xv6 Scheduling
- Simple task was given related to Offline 3. We had to work on our submitted solution of that offline.
- Online 3 | Inter Process Communication
- Simple task was given related to Offline 4.