Protothreads: Stackless Concurrency in C
There are moments to hate C macros, and moments to love C macros. This one is the latter.
There are moments to hate C macros, and moments to love C macros. This one is the latter.
It is easy to go from human readable code to machine code, but how could we do it the other way around? Let’s explore it with a simple example!
From a simple ‘Hello World’ to a colorful bouncing ball, you will understand the raw potential of your terminal.
A character device driver is a nice project to work on. Let’s play a bit in the kernel space!