Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/berkozkancsgod/thread-support-library

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.
https://github.com/berkozkancsgod/thread-support-library

Last synced: 2 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

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.