Results 310 comments of Fabian

How does gdb implement break points? v86 ignores the [trap flag](https://en.wikipedia.org/wiki/Trap_flag), so execution continues normally, but I'm not sure if that's the problem here. The single byte trap instruction ([INT3](https://en.wikipedia.org/wiki/INT_(x86_instruction)#INT3))...

@hackeris It's a relatively old buildroot image. I don't have the config file for it any more. I'm pretty sure buildroot still supports old kernels, so you could modify the...

> Meanwhile, I've noticed that gdb running on wokwi.com is functioning normally (see description at https://github.com/wokwi/web-gdb ), and breakpoints just work fine. So I don't think its a problem related...

Would be useful for QNX (https://github.com/copy/v86/issues/412). For Windows it would probably be better to fix bugs in the already existing ne2k code.

> I thought the most recent version of windows that supported ne2k was longhorn (vista beta)? > Vista you should be able to install the win 2k driver, but I'm...

Very nice contribution, thanks! I'll need some time to review this in detail, but here are some initial thoughts: - First of all, this is clearly a worthwhile optimisation -...

> I reverted the commit with the mem fast path optimization and created a new PR. Thanks! > Re: exceptions, agreed, Although for "well behaved code" it should not be...

> Would you be interested in a PR? Thanks for the offer, but I don't think those files need to be in the repo. I think a first step would...

There's not much we can do. One possibility would be to write a browser extension, but it's doubtful that this would be used by many people due to the security...

I can't reproduce this issue, DSL boots fine from an iso file on my ipad.