BrianSidebotham / arm-tutorial-rpi

Raspberry-Pi Bare Metal Programming in C Tutorial
https://www.valvers.com/open-software/raspberry-pi/bare-metal-programming-in-c-part-1/
MIT License
587 stars 177 forks source link

Enhancement Request - Multitasking #9

Open zaun opened 7 years ago

zaun commented 7 years ago

I would love an example that implementsfork and the related functions.

BrianSidebotham commented 6 years ago

Thanks for the suggestion @zaun - I am about to update the tutorials for RPi3 and RPi3B+ so I will think about adding this in so we can start a tasking OS. CPU affinity would be good too.