diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-05 20:03:02 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-05 20:03:02 +0200 |
commit | 773c17b6a0cb6cac1a40fccb6f285fe027497ff7 (patch) | |
tree | 9138d045df120a272b9a7b1043441d258a83344d /Documentation | |
parent | a51113c58ef88a5a762cbb19667d1250e67fb37a (diff) | |
download | serenity-773c17b6a0cb6cac1a40fccb6f285fe027497ff7.zip |
Documentation: Update FAQ a bit and move it into Documentation/
This was hiding on the serenityos.org website previously, where not
many people found it. Let's put it in a more natural location, and
also make sure to link to it from the README.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/FAQ.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/FAQ.md b/Documentation/FAQ.md new file mode 100644 index 0000000000..37ad729c52 --- /dev/null +++ b/Documentation/FAQ.md @@ -0,0 +1,27 @@ +# Frequently Asked Questions about SerenityOS + +## Will SerenityOS support `$THING`? + +Maybe. Maybe not. There is no plan. + +## When will you implement `$THING`? + +Maybe someday. Maybe never. If you want to see something happen, you can do it yourself! + +## Where are the ISO images? + +There are no ISO images. This project does not cater to non-technical users. + +## Why is the system 32-bit? + +That's what Andreas was most familiar with when starting out. There's some interest in supporting 64-bit systems and that will eventually happen, but it's just another feature. + +## I did a `git pull` and now the build is broken! What do I do? + +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. + +If you can't figure out what to do, ask in the `#build-problems` channel on Discord. + +## Why don't you use `$LIBRARY` instead of implementing `$FEATURE` yourself? + +The SerenityOS project tries to maximize hackability, accountability, and fun(!) by implementing everything ourselves.
\ No newline at end of file |