UACPI: Difference between revisions

18 bytes added ,  29 days ago
m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
m (Bot: Replace deprecated source tag with syntaxhighlight)
Line 164:
</source>
 
<sourcesyntaxhighlight lang="c">
// acpi_init.c
void find_acpi_devices(void) {
Line 173:
// ...and more
}
</syntaxhighlight>
</source>
 
As you can see it's a very simple approach, but it has lots of drawbacks: