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 + BLOCK_DEVICE_IO
> int   21
I get ax=0, no carry with kernel 2034rc. Doesn't seem like a problem to
me.
Thanks Bart.  I'll give it a try under the 2034rc kernel.



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel


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
> mov   ax, DOS_IOCTL SHL 8 + BLOCK_DEVICE_IO
> int   21

I get ax=0, no carry with kernel 2034rc. Doesn't seem like a problem to
me.

Bart



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel


[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_DEVICE_IO
int 21


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel