CSE 522 Real-Time Embedded Systems
Assignment #3
User-level thread library in C with a Scheduler function to schedule periodic tasks based on assigned priority levels. Implemented Mutex lock and unlock functions for resource sharing.
-
Extract and Copy the folder cse522-Ramsundar-KalpagamGanesan.zip into some location in the test machine.
-
Using terminal, traverse to the location shown below, using the command cd cd .../cse522-Ramsundar-KalpagamGanesan/
-
Enter the following command to compile the source code: make
-
The code must compile successfully without any errors. The output Libtrary file is available in .../cse522-Ramsundar-KalpagamGanesan/ The default output name is libuthread.a