Donald Haase
Donald Haase
Based on #738 and #885 . I'm not entirely sure about keeping the data structure. It seems like it should be shared, at least in part, with `aica_channel_t` . Additionally...
Found while debugging for #804, I found this to be repeatable in any situation where the set of maple drivers is available for the devices in question. Either by setting...
There simply isn't anyone that is relying on this blocking behavior and all users end up working around it. The nature of the maple queue makes it so that the...
It may look like a jumble of unrelated changes but this is meant to work towards #858 where we have a common 1-bit interface for fonts. To do this it's...
A top usage of `arch_exec` is to facilitate loader discs or software compilations. When reviewing it with this light, it seems as though there should be a mechanism by which...
It has occurred to me that we now have 3 different 1-bit font drawing systems (bfont, minifont, and vmufont). vmufont draws the 1-bit font to a 1-bit screen buffer, which...
To avoid clashing with the limitation that reading the BIOS font clashes with other G1 bus access (as would be used for G1DMA), a possible workaround would be to have...
Making this an issue as a reminder and to have an open floor for commentary on the idea. We have a lot of things marked as deprecated and we had...
Following #599 , a hole was still left in that the malloc debugging (via `KM_DBG_VERBOSE`) still failed while using dcload-serial. The first hurdle to this was that malloc is used...
Before the output would print `Hello from thread unnamed!` if it happened to be that the thread routine ran before the call to set the thread label. By having that...