Aaron
Aaron
Same here, except I'm on FW version 12.0.0. Additionally, unplugging and replugging the controller causes the system to freeze. I've only tested it in docked mode, as I don't have...
Thank you for the suggestion! I'm working on figuring out a CI/CD solution (I believe that's the correct term?) to have nightly builds automatically published somewhere. In the meantime, I...
Also having this issue with H617C.
I have this issue too.
I've looked into using GitHub actions for this sort of thing, and it doesn't look like this is really feasible without paying out-of-pocket for some kind of CD service. Realistically,...
Looks like that's due to the `NE` (fpu error reporting) flag in `cr0` being set to 0, which bochs doesn't like. Maybe I should fix that :)
Seems to be an issue with the way the reaper task works - this seems to happen a lot. I'll look into it, thank you!
Yep, that's exactly what I'm going to add next :) the hope is to use it in the linker to map program segments into memory to hopefully speed things up...
That's what I'm hoping to do. Right now, the disk is cached at the block level, so it would rely on files being aligned at page boundaries. I may have...
Update on this: I've got inode mappings working on a basic level. Shared and private mappings both work, but more can definitely be done to speed things up. In no...