Skip to content

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

Notifications You must be signed in to change notification settings

thebyrd/scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages