/scheduler

A solution for NYU's Scheduler Lab in Operating Systems Class.

Primary LanguageC

############################################################################

David Byrd

Lab #1 Scheduler (C version) Operating Systems | NYU 2.19.13

############################################################################

  1. Compilation command

    $ make build

  2. Running Program

Run the following command from the root directory.

  $ ./app
  1. Directory Structure

deps/ - external dependencies that I did not write.

lib/ - dependencies that I wrote.

app.c - This is the main logic of the application.

  1. Description

  2. Dependencies

    C w/ C99 mode hash.c & buffer.c created by TJ Holowaychuk A unix based operating system