diff options
author | Liav A <liavalb@gmail.com> | 2021-04-02 15:31:58 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-03 11:57:23 +0200 |
commit | 8a12d02b9af587cc8b5353f7c5d0205b924b43aa (patch) | |
tree | f38ee60b736cebdc3c5525f5401f9aaa7cdcaca7 /Documentation | |
parent | 48111f17fc87626705ea6191d3f8d00c063f54bc (diff) | |
download | serenity-8a12d02b9af587cc8b5353f7c5d0205b924b43aa.zip |
Documentation: Add supported and tested motherboards to the list
I tested both motherboards and they seem to boot Serenity correctly :)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/HardwareCompatibility.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/HardwareCompatibility.md b/Documentation/HardwareCompatibility.md index 672ca1e6b6..45e93bfb3e 100644 --- a/Documentation/HardwareCompatibility.md +++ b/Documentation/HardwareCompatibility.md @@ -18,3 +18,5 @@ Serenity boots to a graphical desktop on all machines unless otherwise noted. | ---------------------------------------- | ----------------------------- | | Intel Desktop Board D915GAG / D915PSY | Pentium 4 HT CPU | | Intel Desktop Board D875PBZ | Pentium 4 HT CPU | +| Gigabyte G31M-ES2L | ICH7 2009 machine with IDE controller only | +| Asus PRIME B360-PLUS | Has only one PS2 port, AHCI works | |