Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SHA256SUM | 2017-09-20 | 167 Bytes | |
redox_0.3.3.bin.gz | 2017-09-20 | 35.9 MB | |
redox_0.3.3.iso | 2017-09-20 | 39.8 MB | |
0.3.3 - Lower Memory Usage.tar.gz | 2017-09-20 | 1.0 MB | |
0.3.3 - Lower Memory Usage.zip | 2017-09-20 | 1.1 MB | |
README.md | 2017-09-20 | 2.1 kB | |
Totals: 6 Items | 77.9 MB | 6 |
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