dkutin / csi3131-assignments

A repository of my work in Java and C studying various operating system concepts, including pipes, page replacement algorithms, semaphores, and threads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating Systems (CSI 3131) Assignments

A repository of my work in Java and C studying various operating system concepts, including pipes, page replacement algorithms, semaphores and threads.

Assignment One

Process/thread creation and inter-process communication

Goals:

  • Process creation in Linux using fork() and exec() system calls.
  • Thread creation in Linux with the pthread API
  • Inter-process communnication using pipes

Assignment Two

Semaphores/inter-thread synchronization

Goal:

  • Practice semaphore and monitor usage

Assignment Three

Page Replacement Algorithms (LRU, CLOCK, FIFO)

Goal:

  • To use a simulation for evaluating various page replacement algorithms studied in class

About

A repository of my work in Java and C studying various operating system concepts, including pipes, page replacement algorithms, semaphores, and threads.


Languages

Language:Java 84.4%Language:C 15.4%Language:Makefile 0.2%