UACPI: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{ACPI}}
{{ACPI}}


'''uACPI''' is a portable and easy-to-integrate implementation of the Advanced Configuration and Power Interface (ACPI). Its main focuses are full NT compatibility, safety, and minimization of stack usage by avoiding recursion entirely.
[https://github.com/UltraOS/uACPI '''uACPI'''] is a portable and easy-to-integrate implementation of the Advanced Configuration and Power Interface (ACPI). Its main focuses are full NT compatibility, safety, and minimization of stack usage by avoiding recursion entirely.

== Features ==

== Integrating into a kernel ==

== Initialization ==

== Example usage ==

Revision as of 18:40, 23 April 2024

ACPI
Fixed Tables
Differentiated Tables
Tools/Libs

uACPI is a portable and easy-to-integrate implementation of the Advanced Configuration and Power Interface (ACPI). Its main focuses are full NT compatibility, safety, and minimization of stack usage by avoiding recursion entirely.

Features

Integrating into a kernel

Initialization

Example usage