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
RustyHermit is a unikernel targeting a scalable and predictable runtime for high-performance and cloud computing.
42
-
This month, we integrate a [virtual i/o device driver](https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html), which based on memory mapped i/o and doesn't depend on PCI device specification.
43
-
For instance, micro VMs like [Firecracker](https://firecracker-microvm.github.io) and Qemu's [microvm machine type](https://qemu.readthedocs.io/en/latest/system/i386/microvm.html) doesn't support the PCI specification to accelerate the boot time and to improve the performance.
44
-
With this device driver, `rusty-hermit` is able to run on Qemu's microvm platform.
45
-
We are working to support Firecracker in the near future.
46
-
47
39
## Call for Participation
48
40
49
41
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
@@ -76,6 +68,14 @@ The kernel is in very early stages of development, while I am building up toolin
76
68
77
69
Just a note: since features described in the article are not fully finalized, they are not merged to the main development branch yet and live in [their own branch](https://github.com/metta-systems/vesper/tree/feature/chainboot), which is subject to frequent rebases. Caveat emptor!
RustyHermit is a unikernel targeting a scalable and predictable runtime for high-performance and cloud computing.
74
+
This month, we integrate a [virtual i/o device driver](https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html), which based on memory mapped i/o and doesn't depend on PCI device specification.
75
+
For instance, micro VMs like [Firecracker](https://firecracker-microvm.github.io) and Qemu's [microvm machine type](https://qemu.readthedocs.io/en/latest/system/i386/microvm.html) doesn't support the PCI specification to accelerate the boot time and to improve the performance.
76
+
With this device driver, `rusty-hermit` is able to run on Qemu's microvm platform.
77
+
We are working to support Firecracker in the near future.
0 commit comments