Skip to content

discussions Search Results · topic:virtio org:rust-osdev

5 results
 (56 ms)

5 results

inrust-osdev (press backspace or delete to remove)
The topic qualifier is not supported when searching discussions. Try searching for repositories instead?

I have an application, part of which parses all SSDT tables to find a specific one with a given Table OemId signature. If one is found, a specific region signature should be present in this table and that ...

According to the OSDev wiki: the XSDT provides identical functionality to the RSDT but accommodates physical addresses of DESCRIPTION HEADERs that are larger than 32-bits. - ACPI Specification v5.0. This ...

I initially attempted to use the acpi crate on a no_std system... However, I found it is difficult to use (especially the master branch without the allocator_api feature being enabled. Aside from a minor ...
  • A0lsonposted
    on Feb 24, 2023
  • 1

Any plans to explore ACPI component arch? Would be great to have something in rust that could access ACPI functionality/interpret AML bytecode in a cleaner way. Functionalities im talking about

Are you planning to support source file parsing, or is it outside of the scope of this project?
  • ClemaXposted
    on Jan 22, 2022
  • 1