Skip to content

Commit

Permalink
Add system requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Toucan committed Nov 24, 2024
1 parent 058c047 commit bf7203f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/nyaos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ import BackToTop from '../components/BackToTop.astro';
<div id="general-info">
<h2> General Information </h2>
<p><strong>NyaOS is still in the testing phase, be warned of bugs and glitches. If you find any, please contact us at our <a href="/contact">Contact Form</a>.</strong> NyaOS is a 32-bit hobby OS, purely made for fun, as the bootloader is made with <a href="https://osdev.org/">OSDev</a>. Test this OS in a virtual machine!</p>
<span><strong>The minimum requirements for your system is:</strong></span>
<ul>
<li><strong>CPU:</strong> At least 1 core.</li>
<li><strong>RAM:</strong> 512mb.</li>
<li><strong>Storage:</strong> 25mb.</li>
</ul>
</div>
<hr>
<div id="downloads">
Expand Down

0 comments on commit bf7203f

Please sign in to comment.