Skip to content

Commit d835df6

Browse files
committed
Move rusty-hermit updates to 'Other Projects' section
1 parent 82488fd commit d835df6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3636

3737
In December, …
3838

39-
### [`rusty-hermit`](https://crates.io/crates/rusty-hermit)
40-
41-
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-
4739
## Call for Participation
4840

4941
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
7668

7769
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!
7870

71+
### [`rusty-hermit`](https://crates.io/crates/rusty-hermit)
72+
73+
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.
78+
7979
### [`phil-opp/blog_os`](https://github.com/phil-opp/blog_os)
8080

8181
<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>

0 commit comments

Comments
 (0)