diff --git a/README.md b/README.md index 174bca7..13f5a89 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Getting started with ACPI +![](/images/README-md/acpi-logo.png) + ## A quick explainer on ACPI and how to make SSDTs So what are DSDTs and SSDTs? Well, these are tables present in your firmware that outline hardware devices like USB controllers, CPU threads, embedded controllers, system clocks and such. A DSDT(Differentiated System Description Table) can be seen as the body holding most of the info with smaller bits of info being passed by the SSDT(Secondary System Description Table). You can think of the DSDT as the building blueprints with SSDTs being sticky notes outlining extra details to the project diff --git a/images/README-md/acpi-logo.png b/images/README-md/acpi-logo.png new file mode 100644 index 0000000..1e7cf83 Binary files /dev/null and b/images/README-md/acpi-logo.png differ