Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit abd3ffd

Browse files
committed
Updated README.md
1 parent 7f7acb8 commit abd3ffd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Windows UEFI Blue Pill Type-1 Hypervisor in Rust (Codename: Illusion)
22

3+
![Build Status](https://github.com/memN0ps/illusion-rs/actions/workflows/rust.yml/badge.svg)
4+
![License](https://img.shields.io/github/license/memN0ps/illusion-rs)
5+
![Issues](https://img.shields.io/github/issues/memN0ps/illusion-rs)
6+
![Forks](https://img.shields.io/github/forks/memN0ps/illusion-rs)
7+
![Stars](https://img.shields.io/github/stars/memN0ps/illusion-rs)
8+
39
A lightweight, memory-safe, and blazingly fast Rust-based type-1 research hypervisor with hooks for Intel VT-x, focused on studying the core concepts of virtualization.
410

511
**Note:** The [**Illusion** hypervisor](https://github.com/memN0ps/illusion-rs) (Windows UEFI Blue Pill Type-1 Hypervisor in Rust) is more stable, supports more features, and is overall better designed. The [**Matrix** hypervisor](https://github.com/memN0ps/matrix-rs) (Windows Kernel Blue Pill Type-2 Hypervisor in Rust) is an older, experimental version and is not intended for production use. Both projects serve as templates to help people get started with hypervisor development in Rust.

0 commit comments

Comments
 (0)