bootloader
bootloader copied to clipboard
looks possible to use std::fs::File::write_all
Rust has write_all() in std::fs::File, it may be able to write certain numbers (machine code) into a file. Can it replace some Assembly and remove some Nightly feature usages in this repo?