ParsonLabbs OS is a operating system with a custom kernel and bootloader compatible with the x86_64 architecture
rustup default nightly
rustup component add rust-src
rustup component add llvm-tools-preview
cargo install bootimage
QEMU is needed to run ParsonLabs OS in development mode, to quickly spin up of a pseudo machine to test the functionalities of the operating system.
qemu-system-x86_64 -drive format=raw,file=target/x86_64-unknown-none/debug/bootimage-os.bin