Word
Word
drive at startup. The MBR boot code and the VBR boot code are OS-specific. In
Microsoft Windows, the MBR boot code tries to find an active partition (the MBR is
only 512 bytes), then executes the VBR boot code of an active partition. The VBR
boot code tries to find and execute the bootmgr file from an active partition.[3]
On systems with UEFI firmware, UEFI invokes bootmgfw.efi from an EFI system
partition at startup, starting the Windows Boot Manager.
Operation
edit
Once launched the Windows Boot Manager reads the Boot Configuration Data to
determine what operating systems are present and if it should present the user with
a menu allowing them to select which operating system to boot. Before Windows
Vista, this data was contained in boot.ini.
Options to boot a prior version of the Windows NT family by invoking its NTLDR.
edit
The operating system is loaded by individual boot loaders for each install of
Windows, called the Windows Boot Loader.
winload.exe
edit
The Windows Boot Manager invokes winload.exe—the operating system boot loader—to
load the operating system kernel executive (ntoskrnl.exe) and core device drivers.
In that respect, winload.exe is functionally equivalent to the operating system
loader function of NTLDR in prior versions of Windows NT. In UEFI systems, the file
is called winload.efi and the file is always located at \windows\system32 or \
windows\system32\boot.
winresume.exe
edit
For each of these stages and components, there are different variations and
approaches; for example, GRUB, coreboot or Das U-Boot can be used as bootloaders
(historical examples are LILO, SYSLINUX or Loadlin), while the startup scripts can
be either traditional init-style, or the system configuration can be performed
through modern alternatives such as systemd or Upstart.
Primarily the computer saves data to the RAM storage; it may lose the data if it
gets turned off. However, there is non-volatile RAM (Flash RAM and SSD) that is
available to maintain the data after the power interruption.
Data storage is preferred on hard drives as compared to standard RAM as RAM costs
more than disk space. The hard disks costs are dropping gradually comparatively the
RAM.
ADVERTISEMENT
Advertisement