Does the POST execute from RAM or just from the flash ROM in computers?

rodion15

Posts: 165   +2
I'd welcome if somebody directed to some article, video or whatever explaining the startup process in depth.
For example, I've never known if the POST and boot loader is passed from the flash rom chip to RAM and executed the from RAM or it's executed from the flash rom directly.
I also don't understand why a CMOS with battery is needed, couldn't the cmos settings be stored on a chunk of flash rom just like that used in usb flash drives.
I'd welcome good articles explaining this.

Many thanks
smile.gif
 
I also don't understand why a CMOS with battery is needed
It is the system clock that mainly needs a battery. As for storing settings, you have to remember how long the current system has been working. And the fact that as long as a battery is needed to keep the internal clock ticking, there is not really any need in changing the dependency of BIOS settings on a battery.
 
POST: Power On Self Test. It's purely a hardware test, not dependent upon anything installed and runs directly from the BIOS. It detects keyboard, mouse, hd attachments and will react (usually with beep codes) if there are issues. As it can detect memory installed, it could not be run therein :)
 
POST: Power On Self Test. It's purely a hardware test, not dependent upon anything installed and runs directly from the BIOS. It detects keyboard, mouse, hd attachments and will react (usually with beep codes) if there are issues. As it can detect memory installed, it could not be run therein :)
Thanks for your answer. I had the idea it loaded into RAM first. Not so. Thanks.
 
Back