Date: Tue, 30 Sep 1997 13:26:31 +0200 (IST) From: Eli Zaretskii To: Peter Palotas cc: djgpp AT delorie DOT com Subject: Re: BIOS call from interrupt? In-Reply-To: <3.0.16.19970929165329.365f6834@hem1.passagen.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 29 Sep 1997, Peter Palotas wrote: > But how does using BIOS functions affect the portability of the program to > Linux? I can't imagine that being a great idea!? AFAIK, you can't write a portable program that hooks interrupts. So you will need to encapsulate the code that does that in wrappers that present uniform portable interface, and rewrite the guts of the wrapped functions for every platform.