/OS161

Synchronization primitives, System calls, CoreMap, VM Functionality and Swapping implementation in toy Operating System 161

Primary LanguageCMIT LicenseMIT

OS161 : Instructional Operating System 161

  • Synchronization primitives : Locks, Condition Variables and Reader Writer locks using spinlock.
  • Synchronization problems : Whale Mating and Buffalo Intersection problems using synchronization primitives.
  • File System calls : open, read, write, lseek, close, dup2, chdir and __getcwd
  • Process System calls : getpid, fork, execv, waitpid and _exit
  • Coremap
  • Virtual Address Spaces (VM Functionality)
  • Swapping