Advertisement

Operating system and BIOS

Started by January 11, 2011 12:25 PM
1 comment, last by JSoftware 13 years, 10 months ago
Do modern operating systems such as Windows and Linux call any code from the BIOS?

My current project: Lyjok's World, an open source, cross-platform horizontal shoot 'em up.

Yes, of course they do.


The BIOS system is there to give basic control until the OS is able to supersede it. Eventually the operating system is able to do it's job (operate the system) but when it first starts out, it doesn't have anything loaded yet still needs to read from disk and perform other operations.


Why do you ask?
Advertisement
Many pmode graphics drivers need a copy of the reset bios for it's initialization, for example. To do that they need to call routines in the bios. Some pmode graphics drivers even use VBE calls to do it's modesetting

This topic is closed to new replies.

Advertisement