Live data from Hacker News

Show HN: Redox Rust OS – v0.3.3 release

github.com

1–10 of 80 posts

Re: Show HN: Redox Rust OS – v0.3.3 release

#4
post #3

I have a question. In the fuchsia/zircon thread some people (committers?) were saying that Rust was not suited and would be difficult. Redox is also a microkernel. So are there any limitations or not?

Limitations of Rust or of microkernels?

Rust has not impacted development in any negative way. On the contrary, it has been incredibly helpful and has boosted development.

Re: Show HN: Redox Rust OS – v0.3.3 release

#5

I am the creator of Redox OS. It is a microkernel based operating system mostly written in Rust. Please ask any questions or make any comments you have about Redox! EDIT: I am going to sleep soon. I will be up in 8 hours, 7 A.M. Mountain Time.

What are the most common classes of bugs you observe?

Re: Show HN: Redox Rust OS – v0.3.3 release

#9
post #8

What is the breakdown of the ISO size? It's now 430MB - what are all those bits? (I ask because, as a new OS, I'd expect it to be really tiny since it's so new.)

- 64 MB - Preallocated kernel buffers

- 256 MB - Live filesystem

- The rest - Running applications

Re: Show HN: Redox Rust OS – v0.3.3 release

#10

I am the creator of Redox OS. It is a microkernel based operating system mostly written in Rust. Please ask any questions or make any comments you have about Redox! EDIT: I am going to sleep soon. I will be up in 8 hours, 7 A.M. Mountain Time.

What are the most common classes of bugs you observe?

I would say the most common are logic errors.
Post reply on HN