rust-osdev / acpi

Rust library for parsing ACPI tables and interpreting AML
Apache License 2.0
203 stars 65 forks source link

AML: `DefSizeOf` implementation #189

Closed alnyan closed 1 year ago

alnyan commented 1 year ago

The PR implements SizeOf (x) operation for String, Buffer and Package types (the functionality for Object References isn't in place at the moment, so I marked it as TODO)

IsaacWoods commented 1 year ago

Great, thanks!