From 754b5e3bdc4b1f4ba917edb6e205f6f643ceaaf7 Mon Sep 17 00:00:00 2001 From: 1alessandro1 <46293832+1alessandro1@users.noreply.github.com> Date: Sat, 29 Aug 2020 00:48:08 +0200 Subject: [PATCH] Delete ssdttime.md --- Universal/pmc-methods/ssdttime.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Universal/pmc-methods/ssdttime.md diff --git a/Universal/pmc-methods/ssdttime.md b/Universal/pmc-methods/ssdttime.md deleted file mode 100644 index 71243ae..0000000 --- a/Universal/pmc-methods/ssdttime.md +++ /dev/null @@ -1,20 +0,0 @@ -# Fixing NVRAM (SSDT-PMC) - -The second involves using SSDTTime which automates most of the process. See here on how to use it: [SSDTs: Easy Way](/ssdt-methods/ssdt-easy.md) - -To get the SSDT-PMC, run the following: - -* `4. Dump DSDT` then run `5. PMC` - -This will provide you with some files, the main one you care about is SSDT-PMC**.aml**. The DSDT and .dsl are only left for referencing or verification. - -The main things to note with this method: - -* Doesn't really teach you anything - * For most, this doesn't matter. But to some knowing what makes your hackintosh tick is part of the journey - -## Wrapping up - -Once you're done making your SSDT, either head to the next page to finish the rest of the SSDTs or head here if you're ready to wrap up: - -* [**Cleanup**](/cleanup.md)