Skip to content

Commit 1a4d7c9

Browse files
committed
Minor improvements
1 parent 0269bb8 commit 1a4d7c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/this-month/2021-12/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ Just a note: since features described in the article are not fully finalized, th
7373
<span class="gray">(Section written by [@stlankes](https://github.com/stlankes))</span>
7474

7575
RustyHermit is a unikernel targeting a scalable and predictable runtime for high-performance and cloud computing.
76-
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.
77-
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+
77+
This month, we integrated a [virtual i/o device driver](https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html), which is based on memory mapped i/o and doesn't depend on PCI device specification.
78+
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) don't support the PCI specification to accelerate the boot time and to improve the performance.
7879
With this device driver, `rusty-hermit` is able to run on Qemu's microvm platform.
7980
We are working to support Firecracker in the near future.
8081

0 commit comments

Comments
 (0)