Skip to content
Snippets Groups Projects

Add the July 2024 report

Merged Ribbon requested to merge july-report into master
All threads resolved!
@@ -44,17 +44,17 @@ You can read about some of this work in his recent news post, [Towards userspace
Redox now has a working web server!
[Simple HTTP Server](https://github.com/TheWaWaR/simple-http-server) is an advanced HTTP web server written in Rust.
Contributor lgh-127001 has gotten the server to work and has successfully served a website.
Contributor Bendeguz Pisch has gotten the server to work and has successfully served a website.
He is also improving the Apache HTTP Server port.
## Self-Hosting Update
We finally successfully built Hello World programs in Rust, C and C++!
We finally successfully built Hello World programs in Rust, C and C++ inside of Redox!
4lDO2 also fixed Cargo and built a Hello World program from it.
It's a first step to test the compilation of more complex programs.
It's a first step to test the compilation of more complex programs inside of Redox.
## Kernel Improvements
@@ -91,7 +91,7 @@ wget is finally working thanks to 4lDO2 and Ribbon!
Now COSMIC Terminal and Nushell can exit properly.
- 4lDO2 fixed most bugs on the COSMIC programs
- 4lDO2 fixed most known bugs on the COSMIC programs
- Ron Williams fixed the Helix text editor.
- bjorn3 converted the Orbital recipes to TOML, fixing the "desktop-minimal" variant.
- Ribbon converted more recipes to TOML to remove obsolete and broken code from our package system.
Loading