Writing a brand-new OS is almost impossible by now
A few months ago, I was wondering how an OS works, and instead of trying a new one from scratch, I decided to jump in on the existing one, which is Redox OS, to be exact. Redox OS is an OS that embraces microkernels and Rust as its base language, whi...
blog.wellosoft.net9 min read
John Hanam (John at QNX)
Dev Rel @ QNX
Good post! If you want another deep dive into the inner workings of a microkernel RTOS with hundreds of millions of deployments, check out the From The Board Up blog series at devblog.qnx.com. It's a really good technical dive and is building a custom OS image from the group up.