Re: [Freedos-user] Slow Packet Driver (e100bpkt - Crynwr)

2008-04-09 Thread Blair Campbell
On Wed, Apr 9, 2008 at 7:19 PM, Spiro Gulgas <[EMAIL PROTECTED]> wrote: > This is one of the 3 things that i can't get working fully! > (others are Audio and USB) > > My Packet Driver: *Besides being falsely Autodetected by Crynwr* Is > Downloading slower then the internet speed. > > Here's my

[Freedos-user] Slow Packet Driver (e100bpkt - Crynwr)

2008-04-09 Thread Spiro Gulgas
This is one of the 3 things that i can't get working fully! (others are Audio and USB) My Packet Driver: *Besides being falsely Autodetected by Crynwr* Is Downloading slower then the internet speed. Here's my Info: (note: i'm on a laptop, so most things are integrated, not upgradable like desk

Re: [Freedos-user] Floppy Access

2008-04-09 Thread Travis
Eric, Thanks so much for your reply. I'll try the new kernel. FYI, I got the link to that boot disk from http://www.fdos.org/bootdisks/, which is linked near the top of www.freedos.org. Travis Hi! :-) > I am using the following code using interrupt 25h > (and a similar write function usin

Re: [Freedos-user] Floppy Access

2008-04-09 Thread Eric Auer
Hi! :-) > I am using the following code using interrupt 25h > (and a similar write function using interrupt 26h) to basically > determine if there is a disk inserted in the floppy drive: Hmm looks okay... al=0 cx=1 dx=1 bx=offset data int 25 sp+=2 jc... > The code works perfectly with Dos 6.22,

[Freedos-user] Floppy Access

2008-04-09 Thread Travis
Hi, Any help would be much appreciated. I am using the following code using interrupt 25h (and a similar write function using interrupt 26h) to basically determine if there is a disk inserted in the floppy drive: void read_disk(void) { asm mov al,0; asm mov cx,1; asm mov d