mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
The vmStore implementation does not support storing data to other AML entities such as Buffers, Fields or Regions. Support for these entities will be included in a separate commit. The current vmCopyObject implementation is as simple as possible for now; only copying of strings and uint64 values is supported. This matches the behavior of vmLoad. Both vmLoad/Store functions support reading/writing to/from object references following the ACPI spec rules about automatic dereferencing.