Mail Archives: djgpp/2001/12/06/04:28:34
--- Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> wrote:
> > Where are these Filesystem Extensions for?
>
> They are part of the DJGPP library, and are
> documented in the library
> reference manual. From the shell prompt, type this:
>
> info libc alpha "File System"
>
> and read there.
I don't seem to have info...
Is this an external package I can download? If so,
which package contains this?
> > And why do I need them?
>
> You need them because DOS doesn't allow you to do
> with communication
> ports what Unix does. For example, on Unix one can
> call the functions
> `ioctl' to send commands to the communications
> device driver, e.g. to
> change the baudrate. This cannot be done on DOS.
> So you need a means
> to catch the library calls which use a specific file
> handle (the one
> you open to the communication port) and redirect
> those calls to the
> functions from the async communication library.
> That's what
> Filesystem Extensions allows you to do.
All of how to do this can be found from the info-thing
mentioned above??
I also got the files you mentioned...
Which functions do I have to take a close look at??
__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
- Raw text -