Zebediah Figura
5b38636b95
krnl386: Return to a generated 16-bit entry point when calling builtin interrupt handlers.
...
Instead of manually building a STACK16FRAME.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-29 08:55:45 +02:00
Zebediah Figura
a6118baa56
krnl386: Call DOSVM_IntProcRelay() via the application stack.
...
Instead of using a dedicated stack.
The dedicated stack was introduced by 9d7ff6c85b
,
in order to support potentially nested DPMI interrupts. DPMI support was removed
by ed6bdb3c51cd4b8c94f9839806321703e7aa9765; hence there is no longer a reason
to account for nested interrupts.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-29 08:53:52 +02:00
Alexandre Julliard
024f9ebd1a
krnl386: Build with msvcrt.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-02 10:55:25 +02:00
Alexandre Julliard
a02d2773be
krnl386: Reimplement LDT support using NtSetLdtEntries().
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-01 22:55:24 +02:00
Alexandre Julliard
14091b19ae
krnl386: Get rid of DOS DMA support.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-25 19:23:20 +01:00
Alexandre Julliard
a432ce86a7
krnl386: Get rid of DOS Soundblaster support.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-25 19:23:14 +01:00
Alexandre Julliard
7f2aef0506
krnl386: Get rid of DOS floppy disk support.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-25 19:23:09 +01:00
Alexandre Julliard
d94a4e46c1
krnl386: Get rid of DOS EMS support.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-25 19:23:05 +01:00
Alexandre Julliard
88cc1fb8b4
krnl386: Get rid of DOS UMB support.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-25 19:23:00 +01:00
Francois Gouget
77a32d5e4a
krnl386.exe16: Make a couple of functions static.
...
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-22 21:46:27 +01:00
Francois Gouget
a52b257d56
krnl386.exe16: Avoid the DOSVM_HardwareInterruptPM() forward declaration.
...
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-22 21:46:27 +01:00
Alexandre Julliard
526b245237
krnl386: Remove support for vm86 contexts.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-05 17:14:39 +01:00
Alexandre Julliard
ed6bdb3c51
krnl386: Remove support for DPMI real-mode calls.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-05 17:14:39 +01:00
Alexandre Julliard
33b2d8521c
krnl386: Remove support for VGA emulation.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-02 14:42:38 +01:00
Alexandre Julliard
5ec5449596
krnl386: Remove support for DOS devices and event handling.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-02 14:42:38 +01:00
Alexandre Julliard
5e0fd3403e
krnl386: Remove support for running DOS executables.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-01 22:24:57 +01:00
Francois Gouget
40d213a297
krnl386.exe16: Mark internal symbols with hidden visibility.
2015-03-19 14:06:28 +09:00
Frédéric Delanoy
8a10493e6b
krnl386.exe16: Use BOOL type where appropriate.
2013-12-12 19:21:35 +01:00
Alexandre Julliard
1b2604384b
krnl386.exe: Avoid using the CONTEXT86 type.
2010-10-20 18:37:09 +02:00
Alexandre Julliard
18bb9da5bc
krnl386.exe: Get rid of the useless config.sys parser.
2010-09-21 20:16:15 +02:00
Alexandre Julliard
76e5c01209
kernel: Only start the BIOS timer if there is an actual access to selector 0x40.
2010-02-01 12:58:29 +01:00
Alexandre Julliard
26a42f8452
winedos: Merge all of winedos back into krnl386.
2010-01-05 16:25:34 +01:00