Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hhuOS-v0.6.1.tar.gz | 2025-01-24 | 8.8 MB | |
README.md | 2025-01-24 | 883 Bytes | |
v0.6.1 - Polaris source code.tar.gz | 2025-01-24 | 1.3 MB | |
v0.6.1 - Polaris source code.zip | 2025-01-24 | 2.2 MB | |
Totals: 4 Items | 12.3 MB | 0 |
This release contains bugfixes, allowing hhuOS to be compiled with compiler optimizations enabled. This was not possible before, due to some bugs regarding inline assembly code. The build.sh
script now builds a release version of hhuOS with these optimizations enabled by default. Furthermore, the following updates are included:
Library
- Bugfixes and performance improvements in Util::Math
functions
- Fix Util::Time::Timestamp
not using 64-bit arithmetic correctly
Miscellaneous
- The new compile target grub-floppy
allows building a bootable floppy disk image. However, due to space constraints no applications are included, making it rather useless. This is just a gimmick, as I always wanted hhuOS to be bootable from a floppy disk 💾 Maybe we will implement minimal hhuOS builds in the future, so that a usable system might actually fit into 1.44MB.