Fabian Nunez FDC driver

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Vladaz

Fabian Nunez FDC driver

Post by Vladaz »

Did anyone tried to use/port the Fabian Nunez FDC driver in your OS? It uses some C libraries, that my OS hasn't got. Libraries such as go32.h and pc.h . Where can I get the functions that are used in that FDC driver code?
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Fabian Nunez FDC driver

Post by Pype.Clicker »

these are typical stuff from DJGPP world... "go32" is the extension that makes a DJGPP 32bit files wrapped around a 16bit executable that contains code to switch to (and manage) protected mode.

i don't know about "pc.h" ...
Vladaz

Re:Fabian Nunez FDC driver

Post by Vladaz »

go32 has a function that i need. It is movedata() where can I get it?
Dex4u

Re:Fabian Nunez FDC driver

Post by Dex4u »

Go here: http://www.delorie.com/djgpp/zip-picker.cgi
in the zip "v2/djdev203.zip"
Are the .h files you need, but do you not need dos, to run that demo ?.
Vladaz

Re:Fabian Nunez FDC driver

Post by Vladaz »

I have h files in my djgpp. But when I compile, it has problems and it doesn't understand them. I need to write my own libraries I think.
Post Reply