Releases: wildflower-os/wildflower
Releases · wildflower-os/wildflower
v0.1.0-alpha3
[ BREAKING ]
Due to recompilation of the reboot
command, the sleep
and print/echo
have also been recompiled, but the nasm
versions were used, instead of the Rust versions. The nasm
versions have not yet been implemented, so these commands will simply only print Not Implemented
.
[0.1.0-alpha3] - 2025-02-05
- Add persistence to the HFS
- Add bounds checking to the HFS
- Use
nasm
for rebooting (Currently breaks theprint/echo
and thesleep
commands, as thenasm
counterparts are not implemented yet)
Quick Summary
Add persistence to HFS with bounds checks and recompile reboot
command.
v0.1.0-alpha2
[0.1.0-alpha2] - 2025-02-03
- Removal of multiple TODOs
- Removal of multiple FIXMEs
- More test cases
- Centralize games under the
play
command - Update
nom
from 7.1.3 to 8.0.0
Quick Summary
Multiple internal changes and games are now under the play
command.
v0.1.0-alpha1
[0.1.0-alpha1] - 2025-01-29
- Revert the end-user friendly changes, as this caused memory allocation issues
Quick Summary
This Release fixes memory allocation issues