1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-14 18:07:35 +00:00
serenity/Meta/Websites/serenityos.org/faq/index.html
Andreas Kling 4e99e013f0 Meta: Import the serenityos.org website
It doesn't seem right to not have the website in version control.
Also this way people can make changes to it. :^)
2020-12-28 00:12:12 +01:00

43 lines
1 KiB
HTML

<html>
<head><title>SerenityOS FAQ</title></head>
<body>
<h1>Frequently Asked Questions about SerenityOS</h1>
<p>
<b>Will SerenityOS support $THING?</b>
<br><br>
Maybe. Maybe not. There is no plan.
</p>
<p>
<b>Will you implement $THING?</b>
<br><br>
Maybe. Maybe not. But you can do it yourself!
</p>
<p>
<b>Where are the ISO images?</b>
<br><br>
There are no ISO images. This project does not cater to non-technical users.
</p>
<p>
<b>I did a <code>git pull</code> and now the build is broken! What do I do?</b>
<br><br>
If it builds on CI, it should build for you too. You may need to rebuild the toolchain. If that doesn't help, try it with a clean repo.
</p>
<p>
<b>Why don't you use $LIBRARY instead of implementing $FEATURE yourself?</b>
<br><br>
The SerenityOS project tries to maximize hackability, accountability, and fun(!) by implementing everything ourselves.
</p>
<p>
<b>Hey Andreas, have you thought about live-streaming?</b>
<br><br>
Yes. I prefer the highly focused and uninterrupted format of videos.
</p>
</body>
</html>