answersLogoWhite

0

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

16y ago

What else can I help you with?

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


Difference between bootstrap loader and bootstrap program?

A bootstrap loader is a small program that initializes the operating system by loading it into memory when a computer is powered on or restarted. It is typically stored in a fixed location in the firmware or memory and is responsible for locating and loading the operating system kernel. In contrast, a bootstrap program refers more broadly to the collection of routines or instructions that prepare the system for execution, including tasks like setting up the environment and loading necessary drivers. Essentially, the bootstrap loader is a component of the broader bootstrap process managed by the bootstrap program.


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 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 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.


Why is bootstrap loader program stored in rom and not in ram?

The bootstrap loader program is stored in ROM (Read-Only Memory) because ROM retains its contents even when the power is turned off, ensuring that the essential startup instructions are always available when the system is powered on. Storing it in RAM (Random Access Memory) would risk losing the loader during power loss or system resets, which could prevent the system from booting. Additionally, ROM is non-volatile and more secure against accidental modification, making it ideal for critical firmware functions like booting the operating system.


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.