From 2ba83c040176c483c5aabe53b0d0235d2cb9d657 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 12 Aug 2023 09:10:23 +0000 Subject: [PATCH] Add code blocks on the TODOs of the README --- README.md | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ada869c542..73548f6e20 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,19 @@ These are the currently implemented devices/hardware interfaces. - ac97d - Realtek audio chipsets. - acpid - ACPI (incomplete). -Lack of drivers for devices controlled using AML. - -The AML parser does not work on real hardware. - -It doesn't use any ACPI functionality other than S5 shutdown. - -Needs to implement something like "determine the battery status" on real hardware (hard). +``` +- Lack of drivers for devices controlled using AML +- The AML parser does not work on real hardware +- It doesn't use any ACPI functionality other than S5 shutdown +- Needs to implement something like "determine the battery status" on real hardware (hard) +``` - ahcid - SATA. - alxd - Atheros ethernet (incomplete). -Lack of datasheet to finish. +``` +- Lack of datasheet to finish +``` - amlserde - a library to provide serialization/deserialization of the AML symbol table from ACPI (incomplete). - bgad - Bochs emulator/debugger. @@ -34,19 +35,27 @@ Lack of datasheet to finish. - rtl8168d - Realtek ethernet. - sb16d - Sound Blaster audio (incomplete). -Still need to determine a way to allocate memory under 16MiB for use in ISA DMA. +``` +- Need to determine a way to allocate memory under 16MiB for use in ISA DMA +``` - usbctl - USB control (incomplete). -Missing class drivers for various classes. +``` +- Missing class drivers for various classes +``` - usbhidd - USB HID (incomplete). -Has tons of descriptors that are possible, not all are supported. +``` +- Has tons of descriptors that are possible, not all are supported +``` - usbscsid - USB SCSI (incomplete). -Missing class drivers for various classes. +``` +- Missing class drivers for various classes +``` - vboxd - VirtualBox guest. - vesad - VESA.