Difference between revisions of "Template:Fitlet BIOS guide"

From fit-PC wiki
Jump to: navigation, search
(Replaced content with 'fitlet BIOS guide')   (change visibility)
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
+
[[fitlet BIOS guide]]
Basic Input/Output System (BIOS) standard defines firmware interface. The fundamental purposes of BIOS is to initialize, test system hardware, and load a bootloader or operating system from mass memory. BIOS also provides an abstraction layer for hardware, a consistent way for application programs and operating systems to interact with the keyboard, display, and other input/output devices.
+
 
+
* BIOS code stored in non-volatile SNOR flash memory and accessed during power up phase.
+
* BIOS technology is in transitional process toward the Unified Extensible Firmware Interface (UEFI) since 2010. UEFI is a specification that defines a software interface between an operating system and platform firmware. UEFI images provide legacy support for BIOS services.
+
* BIOS vendor is American Megatrends Inc. (AMI).
+
* BIOS can be accessed by pressing ''Del'' during power up phase.
+
 
+
== BIOS Menu ==
+

Latest revision as of 13:45, 13 May 2015

fitlet BIOS guide