dosemu2:devel

Last commit made on 2024-04-26
Get this branch:
git clone -b devel https://git.launchpad.net/dosemu2

Branch merges

Branch information

Name:
devel
Repository:
lp:dosemu2

Recent commits

7ac2a6a... by stsp

fatfs: detect new ms-dos 4 [#2201]

It has "MS-DOS" string in IBMDOS.COM, rather than in IBMBIO.COM.
So copy/pasted the code to parse that file too.

da86f43... by stsp

disks: return 0x80 on read from port 0x3f4 [#2201]

7665bd9... by stsp

vesa: add missing locks [fixes #2161]

8eebc16... by stsp

vesa: set reconfig.mem on display_start upd [#2161]

9990064... by stsp

djstub: exe header size is a word not byte

33b7704... by stsp

utilities: use 0755 mode in mkdir_under()

0700 is too restrictive.

936b22d... by stsp

utilities: simplify get_dosemu_local_home()

4234033... by stsp

dosdebug: use RUNDIR_PREFIX

a62e8cc... by stsp

CI: switch back to gcc [#2198]

b112f10... by stsp

deb: fix to prev commit [fixes #2198]