ld 0.0.1

Run the GNU linker (ld) during your Cargo build.
docs.rs failed to build ld-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

GNU linker (ld)

Run the GNU linker (ld) during your Cargo build.

extern crate ld;

fn main() {
    ld::link("example", "src/boot.ld", &["boot.o", "kmain.o"]);
}