• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What does the BIOS do after start up?

chrstrbrts

Senior member
Hi,

I know that when the computer starts, the BIOS does a lot: checking peripheral devices, checking for a bootable medium, pulling the bootloader into RAM, etc.

But, after the OS is pulled into RAM and is running, what functions does the BIOS perform?

Does it somehow manage I/O?

Thanks.
 
AFAIK the BIOS handles OS queries about installed hardware (memory, drives, peripheral cards, etc), but not much else. I don't have a link handy, but there's a very detailed blog series that walks through the entire linux boot process, I would imagine it covers this.
 
It loads the bootloader into memory and hands over control to it. The bootloader is then responsible for booting up the OS.
 
Back
Top