Files
blog_os/blog/content/edition-3/chapters/bare-bones.md
Philipp Oppermann b353866952 Set chapter title separately
We avoid the anchor link on mouse-over this way.
2020-12-16 20:23:48 +01:00

451 B

+++ title = "Bare Bones" +++

In this first chapter, we explain how to create an operating system for the x86_64 architecture step for step. Starting from scratch, we first create a minimal Rust executable that doesn't depend on the standard library. We then turn it into a bootable OS kernel by combining it with a bootloader. The resulting disk image can then be launched in the QEMU emulator or booted on a real machine.