Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/berkozkancsgod/thread-support-library
- Owner: berkOzkanCSGod
- Created: 2024-03-02T12:49:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T14:57:52.000Z (6 months ago)
- Last Synced: 2024-05-03T17:35:00.775Z (6 months ago)
- Language: C
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
22001293 - 22101734 - 22304060
Mert Fidan - 22101734
Berk Özkan - 22001293
Reda Lahlou Kassi - 22304060You 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.