answersLogoWhite

0


Best Answer

When the computer start all the essential files, to start the operating system load from disk to the memory.Basically the bootstrap program is loaded into the read only memory(ROM) which enables while the computer start.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who loads bootstrap program in memory and when?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a booststrap program?

A bootstrap program is the small program that is executed by the BIOS when the computer powers on. All it does is find the kernel for an OS and loads it into memory, thereby starting the computer's operating system.


Which Software loads the operating system into memory before execution?

bootstrap


Is Operating System part of main memory or hard disk?

The OS is installed on the HD, just like any other program. The bootstrap process loads the OS from HD to main memory, where it is executed.


How could a system be designed to allow a choice of operating system to boot from. what would the bootstrap program need to do?

On most computer systems, a small piece of code known as the bootstrap program or bootstrap loader locates the kernel loads it into main memory and startsits execution. Some computer systems, such as PCs, use a two-step process in which a simple bootstrap loader fetches a more complex boot program from disk, which in turn loads the kernel. The bootstrap program can perform a variety of tasks. Usually, one task is to run diagnostics to determine with the booting steps. It can also initialize all aspects of the system, from CPU registers to device controllers and the contents of main memory. Sooner or later, it starts the operating system.


How was the first os loaded onto the computer?

By first loading a small bootstrap program. The bootstrap program then loaded the OS.It is still done this way, except the bootstrap programon most modern computers is preloaded on ROM so it needs no special action on the part of the operator/user to load it as was needed on the early computers.Some early computers used a 2 stage bootstrap to simplify thing for the operator/user: the small bootstrap program loaded a larger more powerful bootstrap program, which then loaded the OS. This is not necessary with the bootstrap program in ROM, the large bootstrap program would be the one in ROM.


What memory stores bootstrap code?

RAM - Random-Access Memory


The term booting up your computer is booting up is derived from?

The computer term bootstrap began as a metaphor in the 1950s. In computers, pressing a bootstrap button caused a hardwired program to read a bootstrap program from an input unit and then execute the bootstrap program which read more program instructions and became a self-sustaining process that proceeded without external help from manually entered instructions. As a computing term, bootstrap has been used since at least 1958 - now usually abbreviated to boot.


What would the bootstrap program need to do?

The bootstrap program should automatically load the operating system after a power outage or reset. The operating system would then load the remaining software.


What Contains the software that loads device drivers and other programs into upper memory?

The program file Emm386.exe


What type of memory stores the bootstrap code and brings up the router when it is first powered on?

ROM Read Only Memory


When you click Paint in the Accessories list Windows Vista loads the Paint program instructions from the computers hard disk into?

Memory


What is Function of loader in system software?

Whenever the assembly program is to be executed, it has to be assembled again; Programs ...loads the first program to be run by the computer -- usually an operating system ...