Luke Newcomb
Luke Newcomb
In order to install `cargo-wix` I ran `cargo install cargo-wix` just today, so it is the newest version. I then ran `cargo wix init`, then `cargo wix` and it successfully...
**Describe the bug** The bug seems to come from adding a Frame to the inside of a ScrollArea. The bug is that when the ScrollArea has not been scrolled, everything...
KASM is an assembler for a language that gets compiled to native kRISC instructions for the Kerbal Space Program mod [Kerbal Operating System](https://github.com/KSP-KOS/KOS). The repository is ([here](https://github.com/newcomb-luke/kOS-KASM))
I am making this issue for the new ACPI crate rewrite as it seems like that is where things will be going. Using QEMU / OVMF it is impossible to...
Simply makes IRQs an enum which can contain a single interrupt or multiple. This helps with keeping most of previous compatibility with minimal changes. This would still be a breaking...
I know that it is marked in the code as not supported, however this is still a necessary feature if the OS needs to use _PRT to choose a different...
Adds support for writing a FieldUnit into a buffer, which is required for supporting certain QEMU configurations. Addresses #247
FieldUnit expansion is not yet implemented, and this causes method entries such as some _CRS methods and others to fail. This causes this match branch to be called: ```rust _...