rust-osdev / bootimage

Tool to create bootable disk images from a Rust OS kernel.
Apache License 2.0
767 stars 67 forks source link

Support for aarch64 and riscv #83

Open hyperswine opened 2 years ago

hyperswine commented 2 years ago

Would be nice to have minimal support for aarch64 and riscv bare metal targets.

phil-opp commented 1 year ago

Agreed! Unfortunately, I don't have time to look into this myself right now, but I'd be happy to accept PRs for this. See also https://github.com/rust-osdev/bootloader/issues/299.