Re: [Freedos-kernel] TDSK volume locking failure

2004-04-17 Thread Steve Gibson
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

Re: [Freedos-kernel] TDSK volume locking failure

2004-04-17 Thread Bart Oldeman
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

[Freedos-kernel] TDSK volume locking failure

2004-04-16 Thread Steve Gibson
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