UACPI: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
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.