answersLogoWhite

0


Best Answer

Also known as bootstrapping or boot loader, a bootstrap loader is a program that resides in the computers EPROM, ROM, or other non-volatile memory that automatically executed by the processor when the computer is turned on. The bootstrap loader reads the hard disk drives boot sector to continue the process of loading the computers operating system. The boot loader has been replaced in computers that have an Extensible Firmware Interface (EFI). The boot loader is now part of the EFI BIOS. Source: http://www.computerhope.com/jargon/b/bootload.htm

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by bootstrap loader?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Bios bootstrap loader do you need for Ubuntu 14.04 lts?

Boot Loader Grab is the bootstrap loader that you need for Ubuntu 14.04.


What is the function of the bootstrap loader?

To Test Your hardware on boot


When a computer is first turned on or restart a special type of absolute loader boot loader or bootstrap loader?

strep boot


What BIOS routine locates the device with a readable MBR?

Is the bootstrap loader.


Which component of the boot sequence analyzes hardware devices before loading the operating system?

bootstrap loader


Explain the Java class Loader architecture?

basic function of class loader is to read bytecodes into array and create namespace in namespace. there are two types of class loaders: promodia class loader and class loader objects 1. promodia class loader it loads all necessary classes required for VM, it is bootstrap class loader. 2. class loader objects there are 3 class loaders AppletClassLoader, RemoteClassLoader and SecurityClassloader. Sabarish R L


What application is responsible for locating and loading the kernel of the operating system so that the operating system may be loaded and can take over control of the hardware?

The bootstrap loader


What is the origin term of the term booting?

Well, the computer term came from "bootstrap loader" which was a very short program that could hand off to something more complex. In turn, "bootstrap loader" came from the idiom to pull oneself up by the bootstraps, meaning to get going, put in extra effort, and solve the problem yourself. More modern slang might be "get over it," "deal with it," or "suck it up." The bootstrap idiom comes from a story by Baron Munchausen who claimed to have pulled himself up by the bootstraps to carry himself out of a swamp where he was sinking.


What is the origin of the term booting?

Well, the computer term came from "bootstrap loader" which was a very short program that could hand off to something more complex. In turn, "bootstrap loader" came from the idiom to pull oneself up by the bootstraps, meaning to get going, put in extra effort, and solve the problem yourself. More modern slang might be "get over it," "deal with it," or "suck it up." The bootstrap idiom comes from a story by Baron Munchausen who claimed to have pulled himself up by the bootstraps to carry himself out of a swamp where he was sinking.


Done immediately after the bootstrap finds the operating system boot record?

What is done immediately after the bootstrap finds the operating system boot record? The BIOS reads the boot record into memory, and then passes control to it. The boot record looks on the hard disk for the kernel, or a loader program (depending upon the design of the operating system). If it can't find it, it prints an error message and then hangs, otherwise the kernel or loader is read into memory, and control is passed to it. The operating system then begins its initialisation process.


When was Bootstrap Productions created?

Bootstrap Productions was created in 1999.


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.