Personal x86_64 kernel that's built with rust.
- Need to use rust nightly. Use
rustupfor nightly installation. If encountersrust-lldlinker error could roll back nightly version to2022-10-14. After installing nightly, to use nightly compiler in the current Cargo directory runrustup override set nightly. - Need to use install core rust source code,
rustup component add rust-src. - To run bootloader, need to install bootimage via
cargo install bootimage, then to run bootloader requiresrustup component add llvm-tools-preview.