forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Goncharov, Artem <artem.goncharov@t-systems.com> Co-committed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
2.7 KiB
2.7 KiB
How Is BIOS Different from UEFI?
Boot Mode |
Description |
Highlight |
|---|---|---|
BIOS |
Basic Input Output System (BIOS) stores important basic input/output programs of ECSs, system settings, self-test programs upon system startup, and automatic startup programs. |
Provides basic settings and control for ECSs. |
UEFI |
Unified Extensible Firmware Interface (UEFI) is a specification that defines a software interface between an OS and platform firmware. UEFI can be used to automatically load an OS from a pre-boot operating environment. |
Boots up or recovers from sleep state faster. |
Parent topic: OS