What does BIOS do on modern PCs after the operating system is loaded and running?

Recommended Answers

All 2 Replies

>What does BIOS do on modern PCs after the operating system is loaded and running?
A whole lot of nothing. The whole point of the BIOS is to put the system into a state where the OS can be loaded. After the OS is loaded, it takes over control of interfacing with the hardware. On older OSes (*cough*DOS*cough*), the BIOS was a primary tool for basic I/O even in userland applications. You can still do some of that on Windows, but probably only through very low level (ie. assembly) programming.

thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.