summaryrefslogtreecommitdiff
path: root/Documentation/BareMetalInstallation.md
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2023-01-07 21:35:22 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-01-08 21:51:59 +0100
commit29a46f400db4dae1f1949cd1aa42cd0ec7d79c97 (patch)
tree0a62898347048dd8661a4c59bd4d7550e7a2fc39 /Documentation/BareMetalInstallation.md
parent73525ef31d20f81fd8166a4278ef84bf5b13a071 (diff)
downloadserenity-29a46f400db4dae1f1949cd1aa42cd0ec7d79c97.zip
Documentation: Remove references to the removed NE2000 driver
Diffstat (limited to 'Documentation/BareMetalInstallation.md')
-rw-r--r--Documentation/BareMetalInstallation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BareMetalInstallation.md b/Documentation/BareMetalInstallation.md
index 353eb854c6..ab6309b95b 100644
--- a/Documentation/BareMetalInstallation.md
+++ b/Documentation/BareMetalInstallation.md
@@ -14,7 +14,7 @@ You must be willing to wipe your disk's contents to allow for writing the Sereni
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 256 MB RAM and a x86-64 CPU are required.
-At present there is no real GPU support so don't expect OpenGL, Vulkan nor accelerated video playback and encoding support. Serenity currently relies upon VESA BIOS extensions to provide its display output and so it only runs on BIOS-based PCs. There is no WiFi support and the network card chipsets that are currently supported: Novell NE2000 and Intel e1000, Intel e1000e and Realtek 8168. The e1000 driver has only been tested with qemu and VirtualBox although it may work with NICs such as those using the Intel 82545XX, 82540XX, 82546XX or similar chipsets. The sole sound card supported is the Intel AC'97 PCI device.
+At present there is no real GPU support so don't expect OpenGL, Vulkan nor accelerated video playback and encoding support. Serenity currently relies upon VESA BIOS extensions to provide its display output and so it only runs on BIOS-based PCs. There is no WiFi support and the network card chipsets that are currently supported: Intel e1000, Intel e1000e and Realtek 8168. The e1000 driver has only been tested with qemu and VirtualBox although it may work with NICs such as those using the Intel 82545XX, 82540XX, 82546XX or similar chipsets. The sole sound card supported is the Intel AC'97 PCI device.
For more details on known working hardware see the [SerenityOS Hardware Compatibility List](HardwareCompatibility.md).