blob: 72edd24966c5a8cf08df35520c3c1c76e785030e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<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>
|