Skip to content

Files

Latest commit

 

History

History

boot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Boot-related stuff

This directory contains files related to the boot process of a system:

  • efi/ directory contains programs which can be built for a UEFI (Unified Extensible Firmware Interface) platform, as well as a script to boot these programs from QEmu using Tianocore UEFI firmware (OVMF)
  • mbr/ directory contains code and documentation about the MBR (Master Boot Record) of disks and 16-bit x86 BIOS interrupts.

Related web links

General information about operating system internals:

Implementation of x86 BIOS bootloaders which get in 64-bit mode: