←back to thread

364 points Klasiaster | 2 comments | | HN request time: 0.422s | source
Show context
depressedpanda ◴[] No.41851981[source]
From the README:

> Currently, Asterinas only supports x86-64 VMs. However, our aim for 2024 is to make Asterinas production-ready on x86-64 VMs.

I'm confused.

replies(7): >>41852058 #>>41852073 #>>41852349 #>>41852585 #>>41852593 #>>41852785 #>>41857461 #
1. netbsdusers ◴[] No.41857461[source]
They lack essential things for a kernel that could be used in production, viz. not kernel panicing during out-of-memory conditions, not an easy thing to retrofit when you have designed without consideration of it. It will probably take a bit more than 2 and a half months to rectify that.

https://github.com/asterinas/asterinas/issues/669

replies(1): >>41861060 #
2. empath75 ◴[] No.41861060[source]
https://github.com/rust-lang/rust/issues/48043

They've been working on it for a while so they can get rust into the linux kernel