The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: Randor on February 07, 2007, 01:43:53 AM

Title: BIOS question
Post by: Randor on February 07, 2007, 01:43:53 AM
Hi all,

I have a question about the BIOS.
While sitting in your BIOS screen is the cpu load is at 100% ?

Or do you think the BIOS programmer is issuing  HLT instructions?
Title: Re: BIOS question
Post by: j_groothu on February 07, 2007, 07:48:42 AM
As far as i know, Bios Uses Real Mode and so stays at 100%  :U,  Anything else requires an OS that can organise the time slices

[Edit: Bios configuration screens, thanks tedd ]
Title: Re: BIOS question
Post by: Tedd on February 07, 2007, 12:53:42 PM
Assuming you mean while in the bios config menu (and not during boot-up)...
I would expect HLTs to be used, with the keyboard and timer handled through interrupts - so there would be little sense spinning to be busy (while waiting for keyboard input, there isn't much else for the cpu to be doing.)
Title: Re: BIOS question
Post by: MichaelW on February 10, 2007, 04:29:14 PM
Back when I was actively building systems, as a quick test of the CPU cooling before I installed Windows, I would let the system set with the BIOS setup running. I started doing this after I noticed that the BIOS setup, even at the main menu, would produce CPU temperatures similar to running an intensive application under Windows, and considerably higher than running Windows with the typical low CPU loading.