e820

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description

File:BIOS e820 example screenshot.png
Example of e820 information from dmesg

e820 is shorthand for the facility by which the BIOS of an x86-based computer system reports the memory map to the operating system or boot loader.[1]

It is accessed via the int 15h call, by setting the Template:Mono register to value E820 in hexadecimal. It reports which memory address ranges are usable and which are reserved for use by the BIOS.[2]

BIOS-e820 is often the first thing reported by a booting Linux kernel, and it can also be seen with the dmesg command.

References

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".

External links


Template:Comp-hardware-stub