Kernel: Implement AML ToHexStringOp

This commit is contained in:
2024-11-22 22:22:27 +02:00
parent 0247d47a3d
commit 30ceaa6bef
2 changed files with 35 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ namespace Kernel::ACPI
case AML::Byte::XorOp:
return AML::Expression::parse(context);
case AML::Byte::ToBufferOp:
case AML::Byte::ToHexStringOp:
case AML::Byte::ToIntegerOp:
case AML::Byte::ToStringOp:
return AML::Conversion::parse(context);