diff options
author | Dan MacDonald <allcoms@gmail.com> | 2021-04-05 17:11:53 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-06 09:27:45 +0200 |
commit | ceafc5eea027226a102ca9482542a74c9dd0c53f (patch) | |
tree | d54b64988a8b123b3477d8203476dc2b652b14f9 /Documentation | |
parent | bb39f3097a71f408e50598831143f54ee1845be2 (diff) | |
download | serenity-ceafc5eea027226a102ca9482542a74c9dd0c53f.zip |
Documentation: Add link to network booting guide to install guide
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/INSTALL.md b/Documentation/INSTALL.md index f94e4b8128..f681d20f27 100644 --- a/Documentation/INSTALL.md +++ b/Documentation/INSTALL.md @@ -2,7 +2,7 @@ ## DISCLAIMER -Whilst it is possible to run Serenity on physical x86-compatible hardware, it is not yet ready to be used by non-technical users who aren't prepared to report bugs or assist with its development. For this reason, there are currently no pre-built install images so a bare-metal installation requires that you build an installation image from source. Current hardware support is extremely limited. Most successful hard disk installations have been on Pentium 4 era hardware but by network booting Serenity users have been able to get it running on much more modern hardware such as Core i5 machines. +Whilst it is possible to run Serenity on physical x86-compatible hardware, it is not yet ready to be used by non-technical users who aren't prepared to report bugs or assist with its development. For this reason, there are currently no pre-built install images so a bare-metal installation requires that you build an installation image from source. Current hardware support is extremely limited. Most successful hard disk installations have been on Pentium 4 era hardware but by [network booting Serenity](https://github.com/SerenityOS/serenity/blob/master/Documentation/NetworkBoot.md) users have been able to get it running on more modern hardware such as Core i5 machines. ## Hardware support and requirements |