In Part 1 we built the foundation of our operating system using Rust, dove deep into murky low level waters and broke free from the shackles of stdlib while still keeping the compiler happy. Now we are going into the meat of it all - the entry point.

Feel free to clone the source code for part 2 from Github and follow along.




Prepare for...