mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Update the instructions for manually dumping ACPI tables
This commit is contained in:
@@ -2784,11 +2784,11 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "Surface", 0x00001000)
|
||||
if sys.platform == "win32":
|
||||
print("To manually dump ACPI tables, open Command Prompt and enter the following\ncommands in sequence:")
|
||||
print("")
|
||||
print(" cd \"{}\"".format(results_path.replace("/", "\\")))
|
||||
print(" mkdir \"ACPI Table\"")
|
||||
print(" cd \"ACPI Table\"")
|
||||
print(" \"{}\" -b".format(apcidump_path.replace("/", "\\")))
|
||||
print(" rename *.dat *.aml")
|
||||
print(" > cd \"{}\"".format(results_path.replace("/", "\\")))
|
||||
print(" > mkdir ACPITables")
|
||||
print(" > cd ACPITables")
|
||||
print(" > \"{}\" -b".format(apcidump_path.replace("/", "\\")))
|
||||
print(" > rename *.dat *.aml")
|
||||
print("")
|
||||
print("The ACPI tables will now be available in\n \"{}\\ACPITables\"".format(results_path.replace("/", "\\")))
|
||||
print("")
|
||||
|
||||
Reference in New Issue
Block a user