Josh Junon
Josh Junon
Hi there, Is there any chance of transitioning this to a `no_std` crate? I haven't scoured the sources enough to see whether or not this would be a trivial change,...
Just finished building my Sofle Choc and after running into the nightmare that QMK has become + RMK's inability to handle encoders and OLEDs I decided to write my own...
Hi! This is just a draft. Wanted to see what you might think about this implementation for a `quote!`-like macro for OXC, inspired heavily by the infamous `quote` crate. Please...
The x86_64 PIT needs timekeeping; will start with the HPET since it seems to be available on most systems these days - even QEMU.
The current system of specifying L4/L5 indices for ranges in the x86 address space is a bit flawed. For example, let's take the userspace module load segments: - On L=4,...
This is the tracking issue for ports slated for v0. Title. An initial test of the slot transfer mechanics for safe mapped slots. - [x] Initial naïve copy based slot...
The ring interface query interface(s) are a set of interfaces for looking up other interfaces exposed to the ring.
Right now only debug/release modes are build-tested but there are a number of relwithdebinfo-related features that are simply off by default in both, that might affect the code in certain...
The module management interfaces are a special set of interfaces for enumerating, inspecting, and mounting modules onto a ring. They're special in that the kernel (might) need to consume them...
The `yield` key (WO) on the thread control (v0) interface is dual-function - writing a `0` to it performs an immediate yield of the time slot, marking the thread for...