diff options
author | Dan MacDonald <allcoms@gmail.com> | 2020-12-15 21:00:41 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-16 17:30:09 +0100 |
commit | 00dc615d53d5a96534048ef72d996516c1a0ab19 (patch) | |
tree | c7b46ed92a9294c42d7e2cbc6624dc4b173a8b05 /Documentation | |
parent | b9d99849adb49a2a1e30dcb757b4c4a8aa29c858 (diff) | |
download | serenity-00dc615d53d5a96534048ef72d996516c1a0ab19.zip |
Meta: Add Hardware Compatbility List
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/HardwareCompatibility.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/HardwareCompatibility.md b/Documentation/HardwareCompatibility.md new file mode 100644 index 0000000000..672ca1e6b6 --- /dev/null +++ b/Documentation/HardwareCompatibility.md @@ -0,0 +1,20 @@ +## SerenityOS Hardware Compatibility List + +A list of hardware known to be at least partly working with SerenityOS. + +Serenity boots to a graphical desktop on all machines unless otherwise noted. + + +### Desktop machines + +| Make and model | Notes | +| ---------------------------------------- | ----------------------------- | +| Viglen VM3B | Has onboard RTL8139 NIC | + + +### Motherboards + +| Make and model | Notes | +| ---------------------------------------- | ----------------------------- | +| Intel Desktop Board D915GAG / D915PSY | Pentium 4 HT CPU | +| Intel Desktop Board D875PBZ | Pentium 4 HT CPU | |