diff options
author | Dan MacDonald <allcoms@gmail.com> | 2019-09-24 14:49:11 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-24 15:57:38 +0200 |
commit | 13c64000185d6b3add492b305e760fde5f9d2ca9 (patch) | |
tree | 3af1ea0808a4bd6e03434db53552af89280e8d77 /INSTALL.md | |
parent | 8060749d0414c9f613d7b85d8fbd2adbc4907bbe (diff) | |
download | serenity-13c64000185d6b3add492b305e760fde5f9d2ca9.zip |
Meta: Add note regarding partial SATA support to INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index cb7255931a..eb7ed94bac 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,7 +7,7 @@ Whilst it is possible to run Serenity on physical x86-compatible hardware, it is ## Hardware support and requirements -The main requirement for running Serenity on real hardware is having a >= 500 MB parallel ATA IDE disk attached to your machine. There is currently no support for SATA, SCSI, SAS or NVME. You must be willing to wipe its contents to allow for writing the Serenity image so be sure to back up any wanted data on your disk first! Serenity uses the GRUB2 bootloader so it should be possible to multiboot it with any other OS that can be booted from GRUB2 post-installation. +Storage-wise Serenity requires a >= 500 MB parallel ATA IDE disk. You may also be able to use a SATA disk if your BIOS has the option to run your SATA controller in IDE (sometimes referred to as Legacy or PATA) mode. SATA AHCI, SCSI, SAS, eMMC and NVME are all presently unsupported. You must be willing to wipe your disks contents to allow for writing the Serenity image so be sure to back up any wanted data on your disk first! Serenity uses the GRUB2 bootloader so it should be possible to multiboot it with any other OS that can be booted from GRUB2 post-installation. Serenity currently has no support for USB but some machines will emulate PS/2 keyboards and mice in the BIOS via USB. BIOS USB PS/2 emulation can be buggy so having real PS/2 input devices is recommended. A minimum of 32 MB RAM and a Pentium III class CPU are required. |