Alexandre Julliard pushed to branch master at wine / wine
Commits: 7e3bfd4e by Alexandre Julliard at 2025-03-17T17:38:10+01:00 krnl386: Handle DOS ioctl with simulated real mode interrupt.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56225
- - - - - 53ea2ab6 by Alexandre Julliard at 2025-03-17T17:38:10+01:00 krnl386: Remove the CTX_SEG_OFF_TO_LIN macro.
We no longer support real-mode pointers.
- - - - - f946a990 by Alexandre Julliard at 2025-03-17T17:38:10+01:00 ntdll: Pass an explicit mask to the ROUND_SIZE macro.
For consistency with the ROUND_ADDR macro.
- - - - - 2e551428 by Alexandre Julliard at 2025-03-17T17:38:10+01:00 ntdll: Pass the base address to decommit_pages().
For consistency with the other NtFreeVirtualMemory helpers.
- - - - -
9 changed files:
- dlls/krnl386.exe16/dosexe.h - dlls/krnl386.exe16/fpu.c - dlls/krnl386.exe16/int21.c - dlls/krnl386.exe16/int25.c - dlls/krnl386.exe16/int26.c - dlls/krnl386.exe16/int2f.c - dlls/krnl386.exe16/int31.c - dlls/krnl386.exe16/interrupts.c - dlls/ntdll/unix/virtual.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f6854211be452a49a86f651e1e6ea...