Page 1 of 1

dave68, heres my email

Posted: Thu Aug 01, 2002 11:00 pm
by Anon
My email is [email protected], please send the FDC code.

Thanks,
Anon

RE:dave68, heres my email

Posted: Fri Aug 02, 2002 11:00 pm
by dave68
I did send it once - I can't think why you didn't receive it. I have just sent it again, and copy and pasted your email in, so you should get it this time !

RE:dave68, heres my email

Posted: Fri Aug 02, 2002 11:00 pm
by Anon
OK, I got both now!
Odd...

Thanks a lot,
Anon

RE:dave68, heres my email

Posted: Sat Aug 03, 2002 11:00 pm
by dave68
Let me know how you get on

Was it tested?

Posted: Sat Aug 03, 2002 11:00 pm
by Anon
Have you tested that code? I can't seem to get it working... I see a lot of lines are commented out...



Thanks for the code, I'll keep trying to get it to work,
Anon

RE:Was it tested?

Posted: Sun Aug 04, 2002 11:00 pm
by dave68
Yes it has been extensively tested, though you are correct, there ar still some commented out lines left over from the debug phases. The code itself was designed to be loaded in at 0000:8000 by the boot sector, the sector also enables the A20 line and switches into protected mode, then enters this program at offset 8, that is Code32Seg:8008. Every thing else should be fairly self explanitory from then on in. Note that this code is designed to avoid the BIOS at all costs, even when such BIOS routines are PM compliant, so there are low level routines for VGA display, keyboard handling and floppy access. Again, any problems, let me know, either here or via email at [email protected]. One further note - for reasons we have as yet not been able to resolve, this code will not run on certain chipsets, VIA is one ntable example of this. Most of our development systems use intel chipsets (mostly 440BX) and they work just fine