UACPI: Difference between revisions

20 bytes added ,  2 months ago
no edit summary
[unchecked revision][unchecked revision]
No edit summary
Line 127:
== Code examples ==
 
=== Shutting downDown the systemSystem ===
<source lang="c">
int system_shutdown(void) {
Line 168:
</source>
 
== More Examples ==
You can look at the [https://github.com/managarm/managarm/tree/master/kernel/thor/system/acpi managarm kernel source] to see more examples of how you might use uACPI to implement various kernel features.
Anonymous user