diff --git a/Desktops/desktop-disable.html b/Desktops/desktop-disable.html index 7e90a98..c8241f0 100644 --- a/Desktops/desktop-disable.html +++ b/Desktops/desktop-disable.html @@ -456,7 +456,7 @@ Method (_SB.PCI0.PEG0.PEGP._DSM, 4, NotSerialized) diff --git a/Desktops/desktop-ec.html b/Desktops/desktop-ec.html index 4128c89..f9e645d 100644 --- a/Desktops/desktop-ec.html +++ b/Desktops/desktop-ec.html @@ -527,7 +527,7 @@ External (_SB_.PCI0.LPCB.EC0, DeviceObj) <- Rename this diff --git a/Laptops/backlight.html b/Laptops/backlight.html index 5fd7708..e5e3398 100644 --- a/Laptops/backlight.html +++ b/Laptops/backlight.html @@ -442,7 +442,7 @@ diff --git a/Laptops/laptop-disable.html b/Laptops/laptop-disable.html index 4ae42e7..2f70ed5 100644 --- a/Laptops/laptop-disable.html +++ b/Laptops/laptop-disable.html @@ -477,7 +477,7 @@ External (_SB_.PCI0.PEG0.PEGP._PS3, MethodObj) // dGPU ACPI Path diff --git a/Laptops/laptop-ec.html b/Laptops/laptop-ec.html index 281fa13..9e8d73d 100644 --- a/Laptops/laptop-ec.html +++ b/Laptops/laptop-ec.html @@ -512,7 +512,7 @@ diff --git a/Laptops/trackpad.html b/Laptops/trackpad.html index 2b1fba2..bdfcea4 100644 --- a/Laptops/trackpad.html +++ b/Laptops/trackpad.html @@ -457,7 +457,7 @@ diff --git a/Manual/compile.html b/Manual/compile.html index 8215738..9f748b5 100644 --- a/Manual/compile.html +++ b/Manual/compile.html @@ -452,7 +452,7 @@ diff --git a/Manual/dump.html b/Manual/dump.html index 95a0964..01aeb1a 100644 --- a/Manual/dump.html +++ b/Manual/dump.html @@ -460,7 +460,7 @@ fs0:\EFI\OC\Tools> acpidump.efi -b -n DSDT -z diff --git a/Universal/awac.html b/Universal/awac.html index aa27423..1205864 100644 --- a/Universal/awac.html +++ b/Universal/awac.html @@ -463,7 +463,7 @@ diff --git a/Universal/irq.html b/Universal/irq.html index 289da51..f1d68e8 100644 --- a/Universal/irq.html +++ b/Universal/irq.html @@ -424,7 +424,7 @@ diff --git a/Universal/nvram.html b/Universal/nvram.html index 1c3ec3f..0cedc70 100644 --- a/Universal/nvram.html +++ b/Universal/nvram.html @@ -445,7 +445,7 @@ diff --git a/Universal/plug.html b/Universal/plug.html index 52c7f64..ca2894f 100644 --- a/Universal/plug.html +++ b/Universal/plug.html @@ -446,7 +446,7 @@ Scope (\_PR.CPU0) <- Rename this diff --git a/Universal/smbus.html b/Universal/smbus.html index fb6fc22..7b067b2 100644 --- a/Universal/smbus.html +++ b/Universal/smbus.html @@ -479,7 +479,7 @@ Device (_SB.PC00.SMBS.BUS0) <- Renamed diff --git a/Universal/spoof.html b/Universal/spoof.html index 1f7c4fd..ad76caa 100644 --- a/Universal/spoof.html +++ b/Universal/spoof.html @@ -497,7 +497,7 @@ Buffer () diff --git a/cleanup.html b/cleanup.html index 189667e..e791f6a 100644 --- a/cleanup.html +++ b/cleanup.html @@ -431,7 +431,7 @@ diff --git a/index.html b/index.html index dae0e19..451aa4b 100644 --- a/index.html +++ b/index.html @@ -394,8 +394,9 @@

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
+You can read more about ACPI and it's spec here: ACPI 6.2 Manual
@@ -407,7 +408,7 @@So why do we care about these tables?