bootloader 0.9.34

An experimental pure-Rust x86 bootloader.
Documentation
{
    "llvm-target": "x86_64-unknown-none-gnu",
    "data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
    "linker-flavor": "ld.lld",
    "linker": "rust-lld",
    "pre-link-args": {
        "ld.lld": [
            "--script=linker.ld",
            "--gc-sections"
        ]
    },
    "target-endian": "little",
    "target-pointer-width": 64,
    "target-c-int-width": 32,
    "arch": "x86_64",
    "os": "none",
    "features": "-mmx,-sse,+soft-float",
    "disable-redzone": true,
    "panic-strategy": "abort",
    "executables": true,
    "relocation-model": "static",
    "rustc-abi": "x86-softfloat"
}