You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar -zcvf include.tar.gz -C {{root}}/src/hyperlight_guest/third_party/libc/musl/include libc/musl/arch/x86_64 printf/printf.h -C {{root}}/src/hyperlight_guest_capi include
29
+
tar -zcvf include.tar.gz -C {{root}}/src/hyperlight_guest/third_party/ musl/include musl/arch/x86_64 printf/printf.h -C {{root}}/src/hyperlight_guest_capi include
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -174,8 +174,8 @@ the [./src/tests/rust_guests](./src/tests/rust_guests) directory for Rust guests
174
174
You can run Hyperlight on:
175
175
176
176
-[Linux with KVM][kvm].
177
-
-[Windows with Windows Hypervisor Platform (WHP)][whp].
178
-
- Windows Subsystem for Linux 2 ([WSL2][wsl2]) with KVM.
177
+
-[Windows with Windows Hypervisor Platform (WHP).][whp] - Note that you need Windows 11 / Windows Server 2022 or later to use hyperlight, if you are running on earlier versions of Windows then you should consider using our devcontainer on [GitHub codepsaces]((https://codespaces.new/hyperlight-dev/hyperlight)) or WSL2.
178
+
- Windows Subsystem for Linux 2 (see instructions [here](https://learn.microsoft.com/en-us/windows/wsl/install) for Windows client and [here](https://learn.microsoft.com/en-us/windows/wsl/install-on-server) for Windows Server) with KVM.
179
179
- Azure Linux with mshv (note that you need mshv to be installed to use Hyperlight)
180
180
181
181
After having an environment with a hypervisor setup, running the example has the following pre-requisites:
Copy file name to clipboardExpand all lines: src/hyperlight_guest/third_party/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ Changes have been applied to the original code for Hyperlight using this [patch]
11
11
12
12
## libc
13
13
14
-
A partial version of musl libc is used by hyperlight and is located in the [musl](./libc/musl) directory.
14
+
A partial version of musl libc is used by hyperlight and is located in the [musl](./musl) directory as a git subtree.
15
15
16
-
The current version is release [v1.2.3](https://git.musl-libc.org/cgit/musl/tag/?h=v1.2.3). Many files have been deleted and changes have been made to some of the remaining files, those deletions and changes can be applied using [this](./libc/musl-libc.patch) patch.
16
+
The current version is release [v1.2.5](https://git.musl-libc.org/cgit/musl/tag/?h=v1.2.5). Many files have been deleted and changes have been made to some of the remaining files.
0 commit comments