############################################################################
David Byrd
Lab #1 Scheduler (C version) Operating Systems | NYU 2.19.13
############################################################################
-
Compilation command
$ make build
-
Running Program
Run the following command from the root directory.
$ ./app
- 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.
-
Description
-
Dependencies
C w/ C99 mode hash.c & buffer.c created by TJ Holowaychuk A unix based operating system