/OS-Solutions

Solutions to the COMP310 (Operating Systems) programming assignments for Winter 2015

Primary LanguageC

OS-Solutions

Solutions to the COMP310 (Operating Systems) programming assignments for Winter 2015

MyMalloc: Memory allocator using sbrk(). Supports first fit and best fit allocation.

SFS: Simple FileSytem Implementation using inodes.

SimpleShell: Shell Program with background process support.