mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-03-11 08:54:41 +00:00
add more uefi info
This commit is contained in:
parent
0fe5cba11c
commit
ee89decd7e
1 changed files with 7 additions and 1 deletions
|
|
@ -51,4 +51,10 @@ As you can imagine, the more devices you had, the more chances for something to
|
|||
|
||||
## UEFI
|
||||
|
||||
In order to facilitate the increasing complexity of firmware and components on the motherboard, Intel created the [Extensible Firmware Interface](https://www.intel.com/content/www/us/en/content-details/841643/basic-instructions-for-using-the-extensible-firmware-interface-efi-for-server-configuration-on-intel-server-boards-and-intel-server-systems.html). In 2005, the [UEFI Forum](https://uefi.org) was formed to make the standard more open and allow broader industry participation and development of the standard.
|
||||
In order to facilitate the increasing complexity of firmware and components on the motherboard, Intel created the [Extensible Firmware Interface](https://www.intel.com/content/www/us/en/content-details/841643/basic-instructions-for-using-the-extensible-firmware-interface-efi-for-server-configuration-on-intel-server-boards-and-intel-server-systems.html). In 2005, the [UEFI Forum](https://uefi.org) was formed to make the standard more open and allow broader industry participation and development of the standard.
|
||||
|
||||
UEFI defines a standard interface for communication between firmware and the operating system, as well as adding some improvements over BIOS.
|
||||
|
||||
Some of these improvements include support for drives larger than 2 terabytes, support for graphical user interfaces in the setup utility with mouse support, support for initializing hardware devices in parallel instead of one after the other, significantly improving boot times, and support for running in 64 bit instead of 16 bit mode.
|
||||
|
||||
Along with all of this, UEFI also supports Secure Boot, security feature that allows you to
|
||||
Loading…
Reference in a new issue