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
Copy file name to clipboardExpand all lines: content/this-month/2024-03/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,4 +230,4 @@ In this section, we describe updates to Rust OS projects that are not directly r
230
230
231
231
## Join Us?
232
232
233
-
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [gitter channel](https://gitter.im/rust-osdev/Lobby).
233
+
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [Zulip chat](https://rust-osdev.zulipchat.com).
Copy file name to clipboardExpand all lines: content/this-month/2024-04/index.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,14 @@ Please follow this template:
32
32
- (optional) Some additional context
33
33
-->
34
34
35
+
-[Testing Virtualization Stacks by Utilizing Mini Operating System Kernels](https://cyberus-technology.de/articles/testing-virtualization-stacks-utilizing-mini-kernels)\
36
+
Testing and debugging erroneous behaviour by a guest under a virtualization stack is hard and difficult. By leveraging
37
+
multiple mini operating system kernels, Cyberus Technology can investigate issues related to complicated topics, such
38
+
as never delivered interrupts, with a precise focus on where to look at. Although the Cyberus Guest Tests are still a
39
+
project written in C++, they help to find issues and problems in Cloud-Hypervisor\,**a VMM written in Rust**. For better
40
+
debugging capabilities of the Guest Tests, Cyberus Technology [upstreamed support for the Debug Console](https://github.com/cloud-hypervisor/cloud-hypervisor/pull/6012)
41
+
to Cloud Hypervisor, which is present since `v38`.
42
+
35
43
36
44
## Infrastructure and Tooling
37
45
@@ -78,4 +86,4 @@ In this section, we describe updates to Rust OS projects that are not directly r
78
86
79
87
## Join Us?
80
88
81
-
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [gitter channel](https://gitter.im/rust-osdev/Lobby).
89
+
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [Zulip chat](https://rust-osdev.zulipchat.com).
0 commit comments