On Aris’s screen, a new line appeared. Not from the kernel. From the AMDI0051 device itself:
Method (BC) { // BitCrack Local0 = Zero While (Local0 < 0x7FFFFFFF) { Local1 = CRS (Local0) // Read from a memory region that doesn't exist If (Local1 == 0x5F435245) { // Hex for "_CRE" – a trigger Return (Local0) } Local0++ } } acpi amdi0051 0
ACPI: AMDI0051:00: Removed.