GNU linker (ld)

```rust extern crate ld;

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