We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo run --target x86_64-pc-windows-msvc can't find the linux direct or initrd kernel, while the docs claim it should.
cargo run --target x86_64-pc-windows-msvc
You can work around this by doing something like this:
export WSLENV=$WSLENV:X86_64_OPENVMM_LINUX_DIRECT_KERNEL:X86_64_OPENVMM_LINUX_DIRECT_INITRD:AARCH64_OPENVMM_LINUX_DIRECT_KERNEL:AARCH64_OPENVMM_LINUX_DIRECT_INITRD:X86_64_OPENVMM_UEFI_FIRMWARE:AARCH64_OPENVMM_UEFI_FIRMWARE
but, the guide (and setup scripts?) should help.
The text was updated successfully, but these errors were encountered:
pbarbuda
No branches or pull requests
cargo run --target x86_64-pc-windows-msvc
can't find the linux direct or initrd kernel, while the docs claim it should.You can work around this by doing something like this:
but, the guide (and setup scripts?) should help.
The text was updated successfully, but these errors were encountered: