Skip to content

Learn and practice with thread management, context switching, thread scheduling; the implementation details of context switching; internals of thread management and how a user-level threading system can be designed and implemented; keeping track of thread execution; stack discipline, procedure calls, i386 32-bit architecture.

Notifications You must be signed in to change notification settings

berkOzkanCSGod/thread-support-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

22001293 - 22101734 - 22304060

Mert Fidan - 22101734 
Berk Özkan - 22001293 
Reda Lahlou Kassi - 22304060

You can just type "make" to compile the main.c and create "main" executable.This command also creates libtsl.a file, which is the tsl library that can be linked with a test file, and links it with main.c
You can type "make clean" to delete object files, library files and executables.
You can type "make lib" to create libtsl.a file, and you can type "make main" to create "main" executable.

About

Learn and practice with thread management, context switching, thread scheduling; the implementation details of context switching; internals of thread management and how a user-level threading system can be designed and implemented; keeping track of thread execution; stack discipline, procedure calls, i386 32-bit architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published