feat: update readme, add iso to website, website updates

This commit is contained in:
2026-07-08 18:30:11 +02:00
parent 922fafb930
commit d37aafcc7b
4 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# The Montauk Operating System
MontaukOS is a hobbyist operating system written in modern C++. It runs on bare metal and supports various applications, including DOOM, a Wikipedia client, and standard desktop utilities.
MontaukOS is an operating system written in modern C++. It runs on bare metal and supports various applications, including DOOM, a Wikipedia client, and standard desktop utilities.
![MontaukOS screenshot](images/MontaukOS-2.png)
+1 -1
View File
@@ -12,4 +12,4 @@
#pragma once
#define MONTAUK_BUILD_NUMBER 1
#define MONTAUK_BUILD_NUMBER 6
+13
View File
@@ -118,11 +118,24 @@
<h3>MontaukOS 0.1.6</h3>
<p class="release-meta">July 8, 2026 - hotfix</p>
<p>It is recommended that users run MontaukOS in a virtual machine rather than on real hardware.</p>
<h4>Links</h4>
<blockquote>
<a href="downloads/montauk-0.1.6-x86_64.iso">Download ISO</a><br>
<a href="license.html">License</a><br>
<a href="docs/usersmanual/index.html">Tutorials/Manual</a>
</blockquote>
<h4>Fixed</h4>
<ul>
<li>Fixed a boot failure on VirtualBox VMs configured with legacy BIOS</li>
<li>PCI: I/O-space BARs are no longer treated as MMIO addresses</li>
</ul>
<h4>Known issues</h4>
<ul>
<li>Intel GPU may struggle to wake up from S3 sleep, causing a black screen requiring a reset. S3 sleep is highly experimental and users are discouraged from relying on it.</li>
<li>For certain file copy operations in the Files app, pasted files may incorrectly paste as directories.</li>
<li>Floating-point calculations do not work properly in the Lua interpreter.</li>
<li>Due to licensing restrictions, the proprietary DOOM WAD cannot be shipped. The DOOM engine thus crashes on launch unless the user supplies a compatible WAD file.</li>
</ul>
<h4>Included in ISO</h4>
<ul>
<li>MontaukOS SMP kernel</li>
Binary file not shown.