0.3.3 - Lower Memory Usage
This release brings much lower memory usage with ISO - 480 MB instead of 1300 MB. There are also other bug fixes, features, and improvements.
VirtualBox with Intel PRO/1000 Ethernet will be the most feature-complete experience. Only 64-bit x86 systems are supported. Give the VM at least 1 GB of RAM for the best results. The default username is user
with an empty password. There is also a root
user with a password of password
.
Please post your questions and comments here:
Discussion on Hacker News
Discussion on Reddit /r/redox
Discussion on Reddit /r/rust
If you are interested in joining our chat, send an email to info at redox-os.org.
If you would like to donate, you can do so here
kernel
- Improve live filesystem implementation
- Fix TLS mapping by page aligning end of TLS
- Implement pipe events
- More verbose crash dumps
- Improve debugging code
coreutils
- Fix directory handling in
mv
ion
- Add support for app-dirs
- Fix handling of foreground processes
netstack
- Send events on connect, improve C socket implementation
orbtk
- Fix scrolling in textbox
- Add borders to menu entries
termion
- Fix issue with piping into
less