Fabian
Fabian
Interesting find. This is probably a CPU bug, so I'd set a breakpoint in the keyboard interrupt trigger and in the cycle function and then step through it, inspect registers...
This is very likely due to missing support for the trap flag, which is currently ignored in v86.
Currently we send physical keys, you can use the serial terminal below the screen.
I think this is a good idea. Something I've had in mind is to annotate the code with the corresponding sections from the Intel manuals and then generate (using a...
I'll reopen, it's not done yet.
@piranna The graphical output only needs a pixel buffer to draw to and font rendering, which is in my opinion simpler to do and faster when using sdl. Anyway, node-canvas...
@cpressey This issue was intended for graphical improvements in the user interface. That said, I acknowledge your problem and I already create another issue about it: #17. Part of the...
@trlkly The operating systems are now linked (for instance http://copy.sh/v86/?profile=linux26) and the back and forward button should work normally. Sorry for the delay and thanks for the suggestion. This should...
@trlkly Right, I'll push the custom profile thing live in a couple of days. Note that the forward button is actually not going to work, because the disk images need...
Using `--format-path` is a way to do this.