bootloader 0.10.0

An experimental x86_64 bootloader that works on both BIOS and UEFI systems.

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 28 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

binary

  • llvm-tools-build
  • x86_64
  • toml
  • xmas-elf
  • usize_conversions
  • log
  • conquer-once
  • spinning_top
  • serde
  • font8x8
  • quote
  • proc-macro2

builder

  • argh
  • thiserror
  • displaydoc
  • anyhow
  • llvm-tools
  • json
  • fatfs
  • gpt

uefi_bin

  • binary
  • uefi

bios_bin

  • binary
  • rsdp

toml

  • dep:toml

conquer-once

  • dep:conquer-once

quote

  • dep:quote

font8x8

  • dep:font8x8

rsdp

  • dep:rsdp

llvm-tools

  • dep:llvm-tools

fatfs

  • dep:fatfs

x86_64

  • dep:x86_64

thiserror

  • dep:thiserror

xmas-elf

  • dep:xmas-elf

llvm-tools-build

  • dep:llvm-tools-build

bit_field

  • dep:bit_field

argh

  • dep:argh

gpt

  • dep:gpt

usize_conversions

  • dep:usize_conversions

uefi

  • dep:uefi

serde

  • dep:serde

json

  • dep:json

spinning_top

  • dep:spinning_top

proc-macro2

  • dep:proc-macro2

displaydoc

  • dep:displaydoc

log

  • dep:log

anyhow

  • dep:anyhow