CSE314 Operating System Sessional

Offline 1 (Shell Script)

Shell Script to sort the directory of different types of files together

Offline 2 (IPC)

Multi threading via IPC using mutex, semaphores and POSIX thread

xv6 Online

Implementing system calls and user functions

xv6 Scheduling Offline

Implementing Lottery Scheduling

xv6 Memory management

  • Implementing Paging Framework by swapping
  • Implementing FIFO algorithm
  • Implementing Aging algorithm