Chroma
Chroma copied to clipboard
The Chromatic OS
# Process Management Process management is, as you might guess, about the management of processes. It's about how they're created, destroyed, swapped, dumped, etc. ## Why an issue? There are...
The Helix Native Renderer project is something i've been working on for a while. It'll be publicised as soon as i manage to open a Chroma-specific repository group (called an...
The DrawChar function takes an x & y input, but these are aligned to a grid of characters - they cannot draw to any arbitrary location. This causes a massive...
Currently, when printing the stack trace, it doesn't find the 0 entry and doesn't halt when exiting the kernel. Thus, it tries to read past the start of the stack,...