Skip to content

beto-bit/mt_asm

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

mt_asm

Multithreading on GNU/Linux x86_64 from scratch. The C++ version is in the other branch.

Why? How?

I don't have anything better to do. So I created a thread pseudo-library. And formatting utilities. I'm not using the standard library, only using utility headers like <stddef.h> or <stdint.h>. Also, stealed some definitions from some libc implementations. Apart from that, it only uses raw system calls in assembly.

Build

You will need make, nasm, gcc and ld. Clone it, and then run:

make
make run

About

Multithreading on GNU/Linux x86_64 from scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published