Mail Archives: djgpp/1997/09/29/18:03:08
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.
- Raw text -