Date: Sun, 22 Jun 1997 12:25:32 +0300 (IDT) From: Eli Zaretskii To: Wilson Wang Shun Leung cc: djgpp AT delorie DOT com Subject: Re: "far" pointer question In-Reply-To: <5nte2c$e61$1@morgoth.sfu.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 14 Jun 1997, Wilson Wang Shun Leung wrote: > But now my question is how I can convert the information > I have to a pointer which I can actually use for > read/write data. You can't. You need to use the `farptr' functions to access the device. Look them up in the libc reference.