[Freedos-user] USB Question

2009-06-11 Thread Relson, David
Hi,

I have an old DOS application that I want to run with FreeDOS.  The DOS
app uses a memory stick for storage and has a custom USB driver.  The
driver is due to be retired for a variety of reasons including that it
doesn't support modern memory sticks.  

I'm aware that USBASPI.sys and DI1000DD.sys work to provide USB support
under FreeDOS.  Can someone point me toward documentation for these
drivers?  I'm looking for information on how to call them from C
(although asm level docs would be fine).

Thanks in advance for your help.

Regards,

David

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] more makefiles.

2009-06-17 Thread Relson, David
Each directory that has stuff to be built has its own (customized)
"makefile".  From the DOS command line, "cd" to the desired directory,
and run command "make" or "make install" (as appropriate).  This results
in the directory's files being built (using the information in
'makefile').

 

Sometimes makefiles may have a name other than 'makefile'.  If your
makefile is named "kurt.mak" then running "make -f kurt.mak" tells the
make command to use "kurt.mak" rather than "makefile".

 

HTH.

 

David

 



From: kurt godel [mailto:wb2...@gmail.com] 
Sent: Wednesday, June 17, 2009 8:17 AM
To: freedos-user@lists.sourceforge.net
Subject: [Freedos-user] more makefiles.

 

Yes, I prettymuch get that, but for instance that djgpp hack someone
mentioned; it has a file named
'makefile', but in what directory should it be placed? I mean, there are
*several* files in these distros
named 'makefile', so without messing around with the path, if I
explicitly use make -f makefile,
(or possibly changing the name of *that* makefile), does this makefile
have to be in the same directory
as the target; also 'target' means the end result or what is going into
the end result? Finally, 'make install'
never goes on the command line, but is always a line in the
makefile?--kurt.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user