Date: Mon, 24 Jun 1996 08:03:56 +0200 (IST) From: Eli Zaretskii To: Samuel Vincent Cc: Bill Currie , djgpp AT delorie DOT com Subject: Re: Interrupt driven serial IO In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 23 Jun 1996, Samuel Vincent wrote: > Hmm.. I didn't give any thought to making the serial port library > compatible with serial port comms in a Unix environment. > If someone would give me a pointer as to how this would best be > accomplished I could work on this. You can read about the filesystem extensions mechanism built into the DJGPP library by typing this from the DOS prompt: info libc alpha "File System Extensions" (note the quotes!). More details are available by looking into the sources of low-level file-oriented functions like `_open', `_read', `_write' etc. (just grep for __FSEXT_get_function through the library sources).