Skip to content

Assignments completed for Operating System Sessional Course

Notifications You must be signed in to change notification settings

ramisa2108/Operating-Systems

Repository files navigation

CSE 314 Operating System Sessional

Shell scripts

Offline on shell scripts

IPC threads

Offline on IPC threads

xv6 Basics

  • Installing and running xv6
  • Adding system calls
  • Adding user functions

xv6 Lottery scheduling

Implementing lottery scheduling in xv6.

xv6 Lottery Scheduling

xv6 Memory Management

Developing a paging framework for xv6.

xv6 Memory Management