|
1 |
| -<div align="center"> |
| 1 | +<div style="display: grid; place-items: center;"> |
2 | 2 | <h1>Hyperlight</h1>
|
3 |
| - <img src="https://github.com/hyperlight-dev/hyperlight/blob/main/docs/assets/hl-tentative-logo.png" width="150px" /> |
| 3 | + <img src="https://raw.githubusercontent.com/hyperlight-dev/hyperlight/refs/heads/main/docs/assets/hyperlight-logo.png" width="150px" alt="hyperlight logo"/> |
4 | 4 | <p>
|
5 | 5 | <strong>Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within <i>micro virtual machines</i> with very low latency and minimal overhead.
|
6 | 6 | </strong>
|
@@ -157,7 +157,7 @@ For examples of guest applications, see the [./src/tests/c_guests](./src/tests/c
|
157 | 157 | - [src/tests/c_guests](./src/tests/c_guests) - This directory contains two Hyperlight Guest programs written in C, which are intended to be launched within partitions as "guests".
|
158 | 158 |
|
159 | 159 | - Tests:
|
160 |
| - - [src/hyperlight-testing](./src/hyperlight_testing/) - Shared testing code for Hyperlight projects build int Rust. |
| 160 | + - [src/hyperlight-testing](./src/hyperlight_testing) - Shared testing code for Hyperlight projects build int Rust. |
161 | 161 |
|
162 | 162 | ## Try it yourself!
|
163 | 163 |
|
@@ -220,9 +220,9 @@ If all worked as expected, you should the following message in your console:
|
220 | 220 | Hello, World! I am executing inside of a VM :)
|
221 | 221 | ```
|
222 | 222 |
|
223 |
| -If you get the error `Error: NoHypervisorFound` and KVM or mshv is set up then this may be a permissions issue. In bash you can use `ls -l /dev/kvm` or `ls -l /dev/mshv` to check which groups that owns the device and then `groups` to make sure your user is a member of that group. |
| 223 | +If you get the error `Error: NoHypervisorFound` and KVM or mshv is set up then this may be a permissions issue. In bash, you can use `ls -l /dev/kvm` or `ls -l /dev/mshv` to check which group owns that device and then `groups` to make sure your user is a member of that group. |
224 | 224 |
|
225 |
| -For more details on how to verify that KVM is correctly installed and permissions are correct, follow the guide [here](https://help.ubuntu.com/community/KVM/Installation)). |
| 225 | +For more details on how to verify that KVM is correctly installed and permissions are correct, follow the guide [here](https://help.ubuntu.com/community/KVM/Installation). |
226 | 226 |
|
227 | 227 | ## Contributing to Hyperlight
|
228 | 228 |
|
|
0 commit comments