Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CSE 3320 Operating Systems

Professor: Trevor Bakker

Functions and components of an operating system, including process synchronization, job scheduling, memory management, file systems protection, and deadlocks. Related system software, such as loaders, linkers, assemblers, and windowing systems

-- UTA Course Catalog

Contents:

  • msh - a simple shell program.
  • mandelbrot - two programs with different approaches to generating mandelbrot fractals with concurrency.
  • fat32 - A fat32 image reader.