How does the o/s get booted when the computer is turned on for the very first time, who does that?

261 viewsOtherTechnology

when the computer is turned on for the first time, how does the operating system gets loaded from the hard disk to the ram? cause the o/s permits the programs to get booted but if the o/s is also in the hard disk, who permits it to be booted?

In: Technology

4 Answers

Anonymous 0 Comments

The BIOS/UEFI’s bootloader.
It’s very basic, just as in the name, but it’s enough to start a more complex bootloader such as GRUB or the Windows BL.

The whole thing is wired to work this way, the processor first starts that primary basic bootloader, then it’s all just code. All the way from Assembly to Python.

You are viewing 1 out of 4 answers, click here to view all answers.