chosen-ox / CS355

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author Name: 
======================
Paprika Chen

Directory and Files:
======================
Directory: CS355/hw4/

Files:
Makefile
userthread.c
userthread.h
libuserthread.so

Directory: CS355/hw4/xchen4/

Files:
fifo_clean_test.c
fifo_join_test.c
fifo_noyield_test.c
fifo_yield_test.c
invalid_join_test.c 
invalid_priority_test.c 
priority_simple_test.c 
sjf_avg_test.c 
sjf_initialize_time_test.c 
sjf_yield_test.c 


How to Compile and Run:
======================
make TESTNAME
./TESTNAME

(test has to be in the xchen4/ directory)

Known Bugs and Limitations:
===============================
None


Summary of Features and EC completed:
================================
None

About


Languages

Language:C 96.5%Language:Makefile 3.5%