I am following the CS162: Operating Systems and Systems Programming course on youtube and these are my notes.
This is the perfect way to spend your holiday morning.
Thread is a unit of execution. It has it’s own registers and stack but shares memory with other threads in the process.