DSDT: Difference between revisions

Jump to navigation Jump to search
18 bytes added ,  29 days ago
m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
No edit summary
m (Bot: Replace deprecated source tag with syntaxhighlight)
Line 15:
* bios/acpi-dsdt.hex for hex dump of the bytecode output
For example here's the description of the [[RTC|Real Time Clock]]:
<sourcesyntaxhighlight lang="c">
/* PIIX3 ISA bridge */
Device (ISA) {
Line 34:
})
}
</syntaxhighlight>
</source>
and what's it became after compilation:
<pre>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu