A minimal Multiboot Kernel

from blog Writing an OS in Rust, | ↗ original
This post explains how to create a minimal x86 operating system kernel using the Multiboot standard. In fact, it will just boot and print OK to the screen. In subsequent blog posts we will extend it using the Rust programming language. I tried to explain everything in detail and to keep the code as simple as possible. If you have any questions,...