Results 1 to 6 of 6
Do newer ubuntu distributions use the BIOS to interact with the system hardware? I'm trying to read up and understand what BIOS is and one article said that newer Operating ...
- 12-10-2009 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 36
[SOLVED] Do never linux distros (Ubuntu 9.10) use BIOS?
Do newer ubuntu distributions use the BIOS to interact with the system hardware? I'm trying to read up and understand what BIOS is and one article said that newer Operating systems bypassed BIOS.
- 12-10-2009 #2
all system hardware is interacted with through the kernel, in all OS
BIOS is only there to tell the computer how to boot and contain configuration for hardware, etc.
- 12-10-2009 #3
There is no way for an operating system to bypass the Basic Input/Output System. It's hard-coded onto your motherboard and runs before you even have access to your harddrive. In fact, the BIOS is what allows you to read from your harddrive in the first place.
Now, some newer computers (like Apple iMacs and MacBooks) use a new system that is meant to replace the BIOS, called Enhanced Firmware Interface, or EFI. This is a completely different program coded into the motherboard.Registered Linux user #270181
TechieMoe's Tech Rants
- 12-10-2009 #4
I think what they mean is this:
25 yrs ago or so it was a custom to use the function provided by the BIOS to do tasks like reading/writing the harddrive, setting colored pixels or characters on the screen,...
The CPUs grew faster and more powerful, but the BIOS couldn't keep track. The old functions were kept for compatibility but weren't usable in the new operating mode of the processor. The new mode was introduced in the early 90's and allowed for things like multitasking, addressing more RAM etc.
As more and more operating systems relied on the new processor mode, they couldn't rely on the old BIOS functions and had to begin doing these work on their own (via device drivers), without any/much help from the BIOS.
So nowadays, BIOS is often only used to the initial POST when switching the computer on, but not much beyond that point anymore.Debian GNU/Linux -- You know you want it.
- 12-12-2009 #5Just Joined!
- Join Date
- Dec 2009
- Posts
- 4
- 12-13-2009 #6Just Joined!
- Join Date
- Apr 2008
- Posts
- 36



