From 8e0d4cd2cac560dff20c76a16d5babd592e868c3 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 8 Jul 2023 20:55:14 +0000 Subject: [PATCH] Improve explanation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3efacbf5a5..0ffd9ea6a6 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ These are the currently implemented devices/hardware interfaces. - ac97d - Realtek audio chipsets. - acpid - ACPI (incomplete). -Lack of drivers for devices defined in AML. +Lack of drivers for devices controlled using AML. The AML parser does not work on real hardware. -It don't use any ACPI functionality other than S5 shutdown. +It doesn't use any ACPI functionality other than S5 shutdown. Needs to implement something like "determine the battery status" on real hardware (hard).