dosemu2:vme

Last commit made on 2021-08-02
Get this branch:
git clone -b vme https://git.launchpad.net/dosemu2

Branch merges

Branch information

Name:
vme
Repository:
lp:dosemu2

Recent commits

a497793... by stsp

simx86: account VME/PVI when mangling flags

d98de7d... by stsp

simx86: move VIF to IF for PM flags

Our PM flags have IF always set.
Therefore it should not be trusted.
We need to move VIF (that is stored in realmode flags) to IF.

With this fix, windows seems to be very reliable under cpu-emu.

18d17c2... by stsp

int: implement int2f/4a00h for win31 [fixes #1521]

It is likely normally implemented by win386.exe but we need
to implement it manually.

c636ba3... by stsp

Merge pull request #1519 from andrewbird/ci-53

Ci 53

0ad4c5d... by Andrew Bird

MFS: Allow open R/W to succeed on R/O drive

This matches the behaviour of FAT images.

889ce26... by stsp

term: adjust line_compare for non-std text modes [fixes #1518]

3da0fb7... by stsp

init: re-fix stdio_init() problems

d65c507... by stsp

mfs: use O_TRUNC for create_truncate [#1517]

Fixes regression of 9f7035e

There was the manual truncation, but the fstat() was done before it,
so the size was not up-to-date.

2e2ae7c... by stsp

*.bat: make sure TEMP dir exists or create

077915e... by stsp

odautoem.bat: remove [OpenDOS] from prompt

It doesn't help at all.