/jo12bar_os

Primary LanguageRustApache License 2.0Apache-2.0

jo12bar_os - x86 OS based on Philipp Oppermann's blog_os

Basically just a version of blog_os with some personal tweaks, and including some of the "3rd Addition" changes. The goal is to support both UEFI and BIOS booting.

Nightly Rust is required for building this kernel due to use of some unstable features. See rust-toolchain.toml.

Other inspiration

  • @Wasabi375's WasabiOS, particularly for the display and testing code.
  • @kennystrawnmusic's CryptOS, particularly for the APIC setup and control code.