reactos/include
Hermès Bélusca-Maïto 39a527a21e [FAST486][NTVDM]
BOP numbers are 1 byte and map to a function (over 255). But one can pass additional "parameters" to those functions by adding extra bytes, however such functions must advance "by hand" the instruction pointer.

[NTVDM]
- Take into account our previous remark for the BIOS interrupt stubs, and comment them.
- Rework EmulatorBiosOperation (move almost all of its existing code into subfunctions in bop.c) so that one can call many other BOP functions in the future (WIP). The BOP number (still called) EMULATOR_INT_BOP (of value 0xFF) is used for internal 16 --> 32 bit switching for our 32bit bios.
- It appears that the IoRead/WriteCallback and IdleCallback must not be NULL for using fast486. I'm committing a temporary fix that I will definitely fix in a subsequent commit.

svn path=/branches/ntvdm/; revision=60812
2013-11-01 00:01:07 +00:00
..
asm
c++
crt * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
ddk Sync with trunk for console graphics palettes. 2013-10-23 00:26:50 +00:00
dxsdk * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
GL
host * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
ndk Sync with trunk for console graphics palettes. 2013-10-23 00:26:50 +00:00
psdk * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
reactos [FAST486][NTVDM] 2013-11-01 00:01:07 +00:00
xdk