hermit-os / hermit-rs

Hermit for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newer kernel submodule required for RISC-V support

victor-dumitrescu opened this issue · comments

I'm using this crate to compile kernels to RISC-V. The issue I have is that the version of kernel pinned in this repository doesn't support RISC-V. Would pinning a newer version pose a problem? Thanks!

Would pinning a newer version pose a problem?

Not at all! I opened #508.

Let us know when you need this available as release as well. :)

Many thanks! If possible, a release would further simplify our workflow.

hermit = "0.7.2" is available on crates.io: https://crates.io/crates/hermit/0.7.2 👍

Amazing, thanks!