mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
![]() - As already done for interrupts and I/O ports, add a registering system for BOPs. - INT32: Move ControlBop to the 32-bit interrupts module where it is used only. - DOS: Add (un)documented BOP_DOS (0x50) and BOP_CMD(0x54) used respectively by NTIO.SYS/NTDOS.SYS and by COMMAND.COM. It appears that they take an extra parameter (so, skip 1 byte-instruction after the BOP instruction as we do for the Control BOP 0xFF). See "Undocumented DOS 2nd edition" by Schulman et al., page 267. svn path=/branches/ntvdm/; revision=61278 |
||
---|---|---|
.. | ||
bios.c | ||
bios.h | ||
bop.c | ||
bop.h | ||
CMakeLists.txt | ||
cmos.c | ||
cmos.h | ||
dos.c | ||
dos.h | ||
emulator.c | ||
emulator.h | ||
int32.c | ||
int32.h | ||
io.c | ||
io.h | ||
ntvdm.c | ||
ntvdm.h | ||
ntvdm.rc | ||
ntvdm.spec | ||
pic.c | ||
pic.h | ||
ps2.c | ||
ps2.h | ||
registers.c | ||
registers.h | ||
resource.h | ||
rsrc.rc | ||
speaker.c | ||
speaker.h | ||
timer.c | ||
timer.h | ||
vga.c | ||
vga.h |