1 2 3 4 5 6 7 8 9 10 11
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE glossentry PUBLIC "-//OASIS//DTD DITA Glossary//EN" "glossary.dtd">
<glossentry xml:lang="en-us" id="glossentry-efi">
<glossterm>EFI</glossterm>
<glossdef>
Extensible Firmware Interface, a firmware built into computers which is designed to replace
the aging BIOS. Originally designed by Intel, most modern operating systems can now boot
on computers which have EFI instead of a BIOS built into them.
See <xref href="efi.dita"/>.
</glossdef>
</glossentry>
|