Ethin Probst

Results 128 issues of Ethin Probst

Currently, the bootloader presents an incorrect memory map to the kernel (potentially invalidating the entire setup and making all mapped regions using that memory map incorrect). Specifically, an example (wrong)...

This PR fixes a compilation error with bootloader v 0.10.4 which relies on x86_64 0.13.2. On Rust nightly (at least on rustc 1.54.0-nightly (8cf990c9b 2021-05-15) and later), this version uses...

I'm building an OS kernel and use rust-script for some build tasks. However, cargo's config.toml file is still used for the script, and that TOML file contains actions for building...

help wanted
question

Would it be possible to provide an HTML/EPub version of the specification? I have tried translating the specification from its latex sources to HTML with Pandoc, but Pandoc takes a...

docs-requirement

I'm writing an assembler for RISC-V (mainly as a curiosity but it might become more in future) and am struggling to understand how decoding and encoding works. Examining the opcodes...

The parser uses things like masks and matches. From the parsers code, I infer that masks and matches are used for determining what instruction is being (de)coded. I'm writing a...

So, Intel recently released the Intel Key Locker specification, defining new functionality within new Intel CPUs for the AES cryptographic domain. These are the AESENC*KL, AESENCWIDE*KL, AESDEC*KL, AESDECWIDE*KL, ENCODEKEY*, and...

Signed-off-by: Ethin Probst

I'm thinking about writing a schema crate for the Matrix specification. The problem is that the Matrix specification is quite dynamic: the JSON content contains a "content" object that changes...

question

Would it be possible to make a golang port or interface for Alure? It would be incredibly nice since golang has once again interested me and I can't, for the...