Skip to content
Nur Hussein

Some guy.

  • Home
  • Blog
  • Articles
  • Publications

Month: October 2021

Linux Kernel Operating Systems OS Dev

Processes and Threads

by : Nur HusseinOctober 30, 2021November 23, 2021Leave a Comment on Processes and Threads

When writing an operating system, after you get past the tedium of the arbitrary rituals you need to initialize your hardware, you get to the fun part – designing the abstractions that your kernel will use. One of the things we need to think about is processes and threads. In operating systems textbooks, there are […]