Mark Poliakov
Mark Poliakov
* Version of vulkano: 0.29.0 * OS: any * GPU (the selected PhysicalDevice): any * GPU Driver: any * Upload of a reasonably minimal complete `main.rs` file that demonstrates the...
In `secrets.rs`, the array which is used to store secret key data has zeroize to be erased once dropped, but that doesn't prevent OS from swapping the pages to disk...
Hi, I created this pull request (along with the issue #184) to track the implementation of DefIndexField opcode as well as to make sure I'm going the right direction with...
This PR adds a way to retrieve PM1x status/enable registers and GPEn block lengths from the FADT.
ACPI 6.2, section 20.2.2 defines NameString as follows: ``` NameString := | PrefixPath := Nothing | NamePath := NameSeg | DualNamePath | MultiNamePath | NullName ``` In the `name_string()` parser,...
The `aml` crate currently does not have support for reference-typed values. Implementing them allows us to support `DeRefOf`/`Index`/`RefOf`/`CondRefOf` opcodes which are quite common in real-hardware AML. One way to implement...
While working with real DSDT and comparing reads/writes to what ACPICA does, I found out there are several issues with how reads/writes to regions are done: - [ ] Incorrect...
Hi, I was trying to integrate the `aml`/`acpi` crates into my kernel and found out that some of the real-hardware opcodes are NYI. I'm currently working on implementing `DefIndexField` myself,...
Added both signed and unsigned ints. Top bus = 16 upper bits Right bus = 16 lower bits May be kinda buggy, but everything works fine for me. (Related to...
Well, I like your mod very much because my ALU now fits within 16 blocks (without buses, wiring, etc). I think it would be a great idea to implement 32-bit...