vague os
1.0.0
A hobby OS written in Rust
cargo install cargo-xbuildrustup override add nightly followed by rustup component add rust-srccargo xbuild --target x86_64-vague_os.jsoncargo install bootimage --version "^0.5.0"bootimage build --target x86_64-vague_os.json to get an ELF file in target/x86_64-vague-os/debug(bootimage.bin) and copy and boot it from a USB or virtual machinebootimage run is you have QEMU installedBasically a dump to everything I learn about OS dev ... a real dump