Skip to content

Commit 0269bb8

Browse files
committed
Add 'section written by' line for rusty-hermit
1 parent d835df6 commit 0269bb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ Just a note: since features described in the article are not fully finalized, th
7070

7171
### [`rusty-hermit`](https://crates.io/crates/rusty-hermit)
7272

73+
<span class="gray">(Section written by [@stlankes](https://github.com/stlankes))</span>
74+
7375
RustyHermit is a unikernel targeting a scalable and predictable runtime for high-performance and cloud computing.
7476
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.
7577
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.

0 commit comments

Comments
 (0)