Hi Bart,
> Just a note that the 2032 kernel fails volume locking on the tdsk.exe
> turbodisk device.
>
>
> mov bl, CurrentDosDevice; 1-based current device
> xor bh, bh ; lock level 0
> mov cx, 084Ah ; category / lock logical
> mov ax, DOS_IOCTL SHL 8 + B
On Fri, 16 Apr 2004, Steve Gibson wrote:
> Just a note that the 2032 kernel fails volume locking on the tdsk.exe
> turbodisk device.
>
>
> mov bl, CurrentDosDevice; 1-based current device
> xor bh, bh ; lock level 0
> mov cx, 084Ah ; category / lock logical
Hi Guys,
Just a note that the 2032 kernel fails volume locking on the tdsk.exe
turbodisk device.
mov bl, CurrentDosDevice; 1-based current device
xor bh, bh ; lock level 0
mov cx, 084Ah ; category / lock logical
mov ax, DOS_IOCTL SHL 8 + BLOCK_DEVIC