DSDT: Difference between revisions

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>