dosemu2:vgacpy

Last commit made on 2020-04-11
Get this branch:
git clone -b vgacpy https://git.launchpad.net/dosemu2

Branch merges

Branch information

Name:
vgacpy
Repository:
lp:dosemu2

Recent commits

5bfc624... by stsp

sketch fault-less vga [#1099]

This also fixes the crash regression of 9be5b9b.

ab8715e... by stsp

Merge pull request #1102 from bartoldeman/fix-issue-1100

dpmi: check all clients' memory, not just current's

da44506... by Bart Oldeman <email address hidden>

dpmi: check all clients' memory, not just current's

This fixes a simulated page fault when running Win31 on top of
comcom32.exe, so there are at least 2 DPMI clients active.
Fixes #1100.

2e52a4d... by stsp

interp: remove crasher logging [#1099]

Suggested by Bart.
This does FetchL() and may cross the page boundaries.
Shorter fetches are safe, but its better to remove entirely.

5e45182... by stsp

mfs: fix small regress of 87ab937d4 [#1099]

237708f... by stsp

Merge pull request #1101 from bartoldeman/fix-issue-1100

read_*: only add writable pages to the cache. Fixes #1100.

b9bae77... by Bart Oldeman <email address hidden>

read_*: only add writable pages to the cache. Fixes #1100.

Fixes a regression from 43ac821

a3381c7... by stsp

simx86: allow longjmp in JIT mode [#1099]

From Bart:
Since the read_* and write_* functions are also called in JIT mode the setjmp
needs to be set there too.

1712289... by stsp

Merge pull request #1097 from bartoldeman/vgaemu-access

vgaemu: vga_read/write_access to work w/LFB & quick dirty access.

7989b55... by stsp

simx86: remove forgotten sigjmp_buf