You can simply download the latest compile from releases.
- Git clone this repo.
- Install rustup from one of these sources:
- Hit 2 to customise during install and press enter.
- Hit enter again.
- Type nightly and hit enter.
- Type complete and hit enter.
- Type y for PATH var modification and hit enter.
- Hit enter again.
- Run
. "$HOME/.cargo/env"
. - Run
cargo install bootimage
. - In LUM-MARINER/LUM, run
cargo bootimage --release && qemu-system-x86_64 --drive format=raw,file=target/x86_64-unknown-none/release/bootimage-LUM.bin
. This currently only works on BIOS QEMU, not UEFI QEMU.
- Git clone this repo.
- Install rustup from rustup.rs. (If you are on Ubuntu, snap rustup is broken and will not work with this.)
- Hit 2 to customise during install.
- Hit enter.
- Type nightly and hit enter.
- Type complete and hit enter.
- Type y for PATH var modification and hit enter.
- Hit enter again.
- Run
. "$HOME/.cargo/env"
. - Run
cargo install bootimage
. - Run
rustup component add llvm-tools-preview
. - In LUM-MARINER/LUM, run
cargo bootimage --release && qemu-system-x86_64 --drive format=raw,file=target/x86_64-unknown-none/release/bootimage-LUM.bin
. This currently only works on BIOS QEMU, not UEFI QEMU.
- Git clone this repo.
- Install rustup from rustup.rs.
- Hit 2 to customise during install.
- Hit enter.
- Type nightly and hit enter.
- Type complete and hit enter.
- Type y for PATH var modification and hit enter.
- Hit enter again.
- Run
cargo install bootimage
- In LUM-MARINER/LUM and in CMD (must be CMD as Powershell doesn't like this command), run
cargo bootimage --release && "C:\Program Files\qemu\qemu-system-x86_64.exe" --drive format=raw,file=target/x86_64-unknown-none/release/bootimage-LUM.bin
. This currently only works on BIOS QEMU, not UEFI QEMU.