[NTVDM][KERNEL32][BASESRV]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 17 May 2014 22:26:37 +0000 (22:26 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 17 May 2014 22:26:37 +0000 (22:26 +0000)
commit22679f9a7c02423b6ac098f228a3ccb75bb553ab
treebfa4c50d7235d8db458cb09068100d6f6d261043
parentbef68d6f6ccc843d391cf196d0b733d2d4d8d65a
[NTVDM][KERNEL32][BASESRV]
Modify BaseSrvFillCommandInfo to always return the correct lengths of the parameters.
In BaseSrvGetNextVDMCommand, check if BaseSrvFillCommandInfo failed.
In CommandThreadProc, expand the size of the environment if necessary.
Add a useful DPRINT1 in BiosKbdBufferPush.
Finish implementing BaseCreateVDMEnvironment.
In GetNextVDMCommand, return the correct lengths of parameters if BaseSrvGetNextVDMCommand
failed.

svn path=/trunk/; revision=63337
reactos/dll/win32/kernel32/client/vdm.c
reactos/subsystems/ntvdm/bios/bios32/kbdbios32.c
reactos/subsystems/ntvdm/ntvdm.c
reactos/subsystems/win/basesrv/vdm.c