Message-Id: Date: Mon, 29 Sep 97 23:04 MET DST To: blizzar AT hem1 DOT passagen DOT se Cc: djgpp AT delorie DOT com References: <3 DOT 0 DOT 16 DOT 19970929165329 DOT 365f6834 AT hem1 DOT passagen DOT se> Subject: Re: BIOS call from interrupt? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT From: Georg DOT Kolling AT t-online DOT de (Georg Kolling) Precedence: bulk Peter Palotas schrieb: > BIOS is slower, but that wouldn't be all that relevant in ex. a GUI. But > how does using BIOS functions affect the portability of the program to > Linux? I can't imagine that being a great idea!? > It doesn't affect the portability at all. The BIOS function set is the same on any IBM compatible PC no matter which OS you're using (At least functionality is the same, not hte code) . It is stored in an (EP)ROM on the mainboard of a PC. The BIOS functions are just used for low level hardware stuff such as reading/writing a disk sector, using COM and LPT ports, receiving keyboard input and so on. These functions do not depend on the OS that is running on the computer.