feat: release notes for 0.1.6; archive 0.1.6 iso; bump version to 0.1.7

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-08 16:36:49 +02:00
parent ce5f407513
commit c35660be74
4 changed files with 57 additions and 3 deletions
Binary file not shown.
+26
View File
@@ -1,3 +1,29 @@
MontaukOS 0.1.6 (July 8, 2026) - hotfix
(ce5f4075138f22865fec6f583c7cfb0272a17676)
Fixed
=====
* Fixed a boot failure on VirtualBox VMs configured with legacy BIOS
* PCI: I/O-space BARs are no longer treated as MMIO addresses
Included in ISO
================
* MontaukOS SMP kernel
* Userspace bootstrap (0:/os/init.elf) and other essential system utilities
* MontaukOS desktop environment and graphical apps
* Manual pages (0:/man), readable via man command
* System CA certificates (0:/os/certs/ca-certificates.crt)
* Intel Bluetooth controller firmware (0:/os/firmware/intel)
* Third-party license texts and notices (0:/os/licenses)
* Tiny C Compiler (tcc) with MontaukOS headers and libraries (0:/lib/tcc)
* Lua 5.4 interpreter (lua) with headers and static library (0:/lib/lua)
* Flat Remix icon pack
* JetBrains Mono, Noto Serif, Roboto, and C059 Roman (open Century Schoolbook) TrueType fonts
* DOOM engine with SDL_mixer audio support (game data not included)
* Experimental HTTP server (httpd) and default page (0:/www/index.html)
* Default wallpaper - blossoms by Nikhil Kumar, Unsplash (0:/os/wallpapers)
MontaukOS 0.1.5 (July 8, 2026)
(37c51f31fcb5b9dc4b983c9aaeb27ff0f7827adb)