mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
This commit moves the AML entity definitions into the entity package and makes them exportable so we can reference them from other packages. In addition, the commit adds some missing entity structs that were previously treated as generic entities (e.g. Processor, PowerResource and ThermalZone). Finally, this commit cleans the definitions and adds missing struct attributes for the various field types (Field, IndexField, BankField)