dosemu2:dpmient

Last commit made on 2022-12-01
Get this branch:
git clone -b dpmient https://git.launchpad.net/dosemu2

Branch merges

Branch information

Name:
dpmient
Repository:
lp:dosemu2

Recent commits

c2f0dcb... by stsp

msdos: implement int2f/1687

Its quite a horrible impl involving multiple PM and RM helpers,
lots of asm etc.
It should probably better be implemented as a DPMI extension.

2288f37... by stsp

msdoshlp: minor API simplifications

36be164... by stsp

dpmi_api: implement API for 0x301

_dpmi_simulate_real_mode_procedure_retf_stack()

34d04aa... by stsp

dosdebug: dont check limit for stack segment

It has the expand-down limit with different access rules.
Also the check was off-by-1: accessing at limit is valid, so
use > instead of >=.

484c7f2... by stsp

dpmi: call dosdebug more frequently

aa31bf4... by stsp

configure: fix machine check

Broken with ccache support.
Need to avoid quotations around $CC because $CC now evaluates
to "ccache cc", which is "command not found".
As the result, native DPMI broke. :(
But tests still passed because on CI ccache is not used...

2fa837f... by stsp

int: cosmetic

Adjust SP after pops (rather than before) looks more DOSish.

359c246... by stsp

configure: en debug info by default [closes #1825]

326e805... by stsp

deb,rpm: stop requiring udev

It was only to check KVM support.
Recent enough udev is now everywhere.

0ee693c... by stsp

Merge pull request #1824 from andrewbird/t41

CI: Limit Travis testing to cputests once more