Skip to content
New issue

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

docs(README): add 64-bit RISC-V QEMU instructions #345

Merged
merged 1 commit into from
May 27, 2024
Merged

Conversation

mkroening
Copy link
Member

@mkroening mkroening commented May 21, 2024

@marcomaas1990
Copy link

marcomaas1990 commented May 21, 2024

I'm getting errors with the virtio devices when compiling the hermit-rs-template for the risc-v hermit target.

@mkroening
Copy link
Member Author

I'm getting errors with the virtio devices when compiling the hermit-rs-template for the risc-v hermit target.

Yeah, virtio support on RISC-V is not quite there yet. I have opened hermit-os/kernel#1217 to track that.

Are you happy with these instructions for running without virtio, though?

@marcomaas1990
Copy link

I will check the running in qemu part later, but what should I change for successfuly compiling when cargo build --target riscv64gc-unknown-hermit isn't working properly? I'm not quite sure.

@mkroening
Copy link
Member Author

I will check the running in qemu part later, but what should I change for successfuly compiling when cargo build --target riscv64gc-unknown-hermit isn't working properly? I'm not quite sure.

Disabling all default features of the hermit dependency should work.

@mkroening mkroening added this pull request to the merge queue May 27, 2024
Merged via the queue into main with commit 06bcd81 May 27, 2024
13 checks passed
@mkroening mkroening deleted the readme-riscv64 branch June 4, 2024 17:27
@marcomaas1990
Copy link

I'm getting errors with the virtio devices when compiling the hermit-rs-template for the risc-v hermit target.

Yeah, virtio support on RISC-V is not quite there yet. I have opened hermit-os/kernel#1217 to track that.

Are you happy with these instructions for running without virtio, though?

Yeah, they are working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants