| Bootblock |
Website Links For Boot |
Information AboutBootblock |
| CATEGORIES ABOUT BOOT SECTOR | |
| computer file systems | |
| bios | |
| booting | |
|
The term boot sector is used for IBM-compatible PC s, whereas '''bootblock''' is used when referring to certain other types of computers, such as Sun systems. KINDS OF BOOT SECTORS There are two major kinds of boot sectors:
OPERATION On IBM PC Compatible machines, the BIOS is ignorant of the distinction between VBRs and MBRs, and of partitioning. The firmware simply loads and runs the first sector of the storage device. If the device is a floppy disk, that will be a VBR. If the device is a hard disk, that will be an MBR. It is the code in the MBR which generally understands disk partitioning, and in turn, is responsible for loading and running the VBR of whichever primary partition is set to boot (the ''active'' partition). The VBR then loads a second-stage bootloader from another location on the disk. Furthermore, whatever is stored in the first sector of a floppy diskette, USB Device , hard disk or any other ''bootable'' storage device, is not required to immediately load any bootstrap code for an OS, if ever. The BIOS merely passes control to whatever exists there, as long as the sector meets the very simple qualification of having the boot record signature of 0xAA55 in its last two bytes. This is why it's easy to replace the usual bootstrap code found in an MBR with more complex loaders, even large multi-functional Boot Managers (programs stored elsewhere on the device which can run without an operating system), allowing users a number of choices in what occurs next. But with such freedom, there's also the possibility for abuse as addressed in the section on boot viruses. BOOT SECTORS AND COMPUTER VIRUSES Boot sectors are one mechanism by which Computer Virus es gain control of a system. Boot sector infector viruses replace the bootstrap code in the boot sectors (of floppy disks, hard disks, or both) with viral code. EXTERNAL LINKS |
|
|