Zero-Tang / NoirVisor

The Grimoire Hypervisor solution for x86 Processors with experimental nested virtualization support. Remastering with Rust in progress.
MIT License
474 stars 81 forks source link

rust #33

Closed ddkwork closed 1 month ago

ddkwork commented 12 months ago

rust已被Windows支持,微软发布了一个名为Windows driver rs 的库

https://github.com/microsoft/windows-drivers-rs

lonnietc commented 6 months ago

Hello,

While researching various hypervisors for a project although while coming from a C/C++ background, I and eager to jump into Rust since it seems to have some great features.

I just came across NoirVisor and am wondering if there has been any progress on the Rust port.

Thanks in advance and have a great day

Zero-Tang commented 6 months ago

Hello,

While researching various hypervisors for a project although while coming from a C/C++ background, I and eager to jump into Rust since it seems to have some great features.

I just came across NoirVisor and am wondering if there has been any progress on the Rust port.

Thanks in advance and have a great day

In short, no progress on Rust whatsoever so far, even though I understand the great advantage of Rust. I'm sorry I made you hear this.

lonnietc commented 6 months ago

Thanks and we can close this now.

Zero-Tang commented 1 month ago

As of the sixth anniversary of NoirVisor, I am adopting the Rust programming language to this project. A new rust-dev branch has been created. This branch will not aggressively retire all legacy C codes, only the core of NoirVisor will be refactored. It will be merged into the master branch after all existing core features (system subversion and customizable virtual machines) are implemented in Rust. Once merged, the retired C codes will be moved to the archive branch.

I am closing this issue. Reopen this issue if there are further questions.