Quick update with the Embedded side project i’m doing.
It’s interesting to build a OS kernel from scratch. Nothing too fancy, but it’s quite an epiphany to realize that under all the complexity of Operating Systems is an array of void type functions that take a void pointer!
Continue Reading "Embedded Chip Coding"