What are the processes that take place before Operating Systems over takes?

FarhanAfzal

New Member
I hope I am asking this question on the right thread. I was asked a question that the moment we press the Power button, what are the processes that take place untill the OS is loaded?


Thank you.
 
POST- Power On Self Test checks the hardware systems first then after that BIOS is loaded which calls the boot loader from which OS is loaded.
 
I'm guessing, the windows copies the error messages to ram. When the loading screen appears, it organizes said error messages, that's why it takes so long to load.
 
I'm guessing, the windows copies the error messages to ram. When the loading screen appears, it organizes said error messages, that's why it takes so long to load.

Uh, what? That makes no sense and has nothing to do with POST. RAM is volatile memory, which means it is cleared every time it is turned off. There is no "sorting of error messages" that you speak of.
 
Uh, what? That makes no sense and has nothing to do with POST. RAM is volatile memory, which means it is cleared every time it is turned off. There is no "sorting of error messages" that you speak of.

<humor>I'm guessing, the windows copies the error messages to ram. When the loading screen appears, it organizes said error messages, that's why it takes so long to load.</humor>
 
The program code that does the POST resides in BIOS.
The OP wanted to know what things take place before OS is loaded.
Processes doesn't always mean the OS processes, as POST is also a process of checking the hardware.
 
Back
Top