Blog System/5 • 330 implied HN points • 01 Mar 25
- Hardware discovery is the process where a computer's operating system recognizes the devices connected to it, like printers or keyboards, and finds the right drivers to make them work.
- ACPI and Device Tree are two methods that help the operating system understand what hardware is present; ACPI is used mainly on PCs, while Device Tree is often used for embedded devices like Raspberry Pi.
- For the system to function properly, it's important to load the correct configuration for these hardware descriptions at boot time, which helps the kernel know how to interact with the hardware.