Andreas T Jonsson
Andreas T Jonsson
Same issue here. I fixed it by changing **mu_push_command** to this: ``` mu_Command* mu_push_command(mu_Context *ctx, int type, int size) { mu_Command *cmd = (mu_Command*) (ctx->command_list.items + ctx->command_list.idx); const int al...
> I figured out how to modify `syscall` to have an alternative signature and return a boolean for the error status on FreeBSD Does this make sense to adopt on...
> * @andreas-jonsson I have updated your native NetBSD futex implementation to use the new `syscall_bsd`. I want to note that I saw you were casting the result to an...
I know this is closed but I just want to add my thoughts. I'm working (slowly) towards 286 and AT support in VirtualXT. Just as you noted there is quote...
> GLaBIOS with his IBM 5150, which he has a 10mhz 286 accelerator card Thats cool! I would have thought those cards had there onboard BIOS? @640-KB Could we have...
Currently I have been very lazy with the disk controller implementation. It is all done with a BIOS extension. :) (It is also because of harddrive support.) I would not...
Perhaps you already know about the [ATBIOS Kit](https://archive.org/details/ATBIOS_Kit_Nov89)? If not, then perhaps it can be of use in the future. ;)
Added a [PR draft](https://github.com/640-KB/GLaBIOS/pull/53) for detecting a 286.
Is this still on the roadmap? If it is a tight fit perhaps it could be added as an extension like GLaTICK?
Running Cutter 2.3.4 Flatpak build on Debian shows the same issue. I have a custom GDB stub and I can't see any connection attempt at all. It just freezes. Is...