bootloader 0.8.8

An experimental pure-Rust x86 bootloader.
Documentation

bootloader

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 14 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

binary

  • xmas-elf
  • x86_64
  • usize_conversions
  • fixedvec
  • llvm-tools
  • toml

vga_320x200

  • font8x8

xmas-elf

  • dep:xmas-elf

usize_conversions

  • dep:usize_conversions

bit_field

  • dep:bit_field

fixedvec

  • dep:fixedvec

llvm-tools

  • dep:llvm-tools

x86_64

  • dep:x86_64

sse

  • bit_field

font8x8

  • dep:font8x8

toml

  • dep:toml

recursive_page_table

    This feature flag does not enable additional features.

map_physical_memory

    This feature flag does not enable additional features.