Skip to content

Commit 58881dd

Browse files
committed
Updated popups
1 parent ce67358 commit 58881dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Popups.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848

4949
<div class="popup" id="popup2">
5050
<section id="heading">
51-
<h2>OpenBoot.md</h2>
51+
<h2>RyanOS.md</h2>
5252
<a href="#" onclick="hide('popup2')">&#10006</a>
5353
</section>
5454
<section id="popup-text">
55-
<p>A project dedicated to dualbooting two different ROMs from A/B slots on Android. It's still under development and not available to the public, but it is going to be an open-source project. In theory, you should be able to use two different ROMs on devices that have A/B boot partitions, but practically, OEMs don't bother since it is too complex to maintain all the possible ROMs combinations and their differences, /data partition encryption mismatch, device drivers, etc.</p>
55+
<p>My own OS, not fully from scratch, it's made with an existing bootloader and kernel, but the rest is me.</p>
5656
</section>
5757
</div>
5858

0 commit comments

Comments
 (0)