“blog_os” contains the source code for Philipp Oppermann’s renowned "Writing an OS in Rust" blog series. Each tutorial is paired with a Git branch demonstrating the OS's incremental evolution, covering components like kernel setup, interrupts, paging, heap allocation, and async multitasking. The current version of the blog is already the second edition. The first edition is outdated and no longer maintained, but might still be useful. You can find the branch for each post by following the (source code) link in the post list below. The branches are named post-XX where XX is the post number, for example, post-03 for the VGA Text Mode post or post-07 for the Hardware Interrupts post. ...