mirror of
https://github.com/RGBCube/serenity
synced 2025-07-14 18:07:35 +00:00

It doesn't seem right to not have the website in version control. Also this way people can make changes to it. :^)
43 lines
1 KiB
HTML
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>
|