Support Philipp Oppermann
I'm writing a blog about operating system development in Rust at os.phil‑opp.com. It teaches the basic steps to start writing an own small OS kernel.
I'm also creating and maintaining various open-source tools and libraries, mainly for OS development. Some examples are:
- x86_64: Provides general abstractions for `x86_64` systems and access to architecture specific instructions and registers.
- bootloader: An experimental, pure-Rust, BIOS bootloader.
- bootimage: A tool to transform a kernel ELF file into a bootable disk image.