feat: update readme, add iso to website, website updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# The Montauk Operating System
|
# 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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define MONTAUK_BUILD_NUMBER 1
|
#define MONTAUK_BUILD_NUMBER 6
|
||||||
|
|||||||
@@ -118,11 +118,24 @@
|
|||||||
<h3>MontaukOS 0.1.6</h3>
|
<h3>MontaukOS 0.1.6</h3>
|
||||||
<p class="release-meta">July 8, 2026 - hotfix</p>
|
<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>
|
<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>
|
<h4>Fixed</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed a boot failure on VirtualBox VMs configured with legacy BIOS</li>
|
<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>
|
<li>PCI: I/O-space BARs are no longer treated as MMIO addresses</li>
|
||||||
</ul>
|
</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>
|
<h4>Included in ISO</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>MontaukOS SMP kernel</li>
|
<li>MontaukOS SMP kernel</li>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user