Basic input-output systems
Enlarge text Shrink text-
Save successfulThe item can be found in your Personal ZoneשגיאהLog in to your account to save
Information for Authority record
Other Identifiers
- Work cat.: Dice, P. Quick boot, 2018:ECIP galley (Quick Boot describes the basic initialization sequence that allows developers the freedom to boot an OS without a fully featured system BIOS. The goal is to make it easy for a designer new to Intel architecture to understand and optimize the firmware for their design, and ease the learning curve to develop and debug the code that gets the platform ready for the operating system)
- Applied science full text, viewed Dec. 13, 2017(In titles and abstract, Computer BIOS; Basic input-output system)
- TechTerms web site, viewed Dec. 28, 2017(BIOS: Stands for "Basic Input/Output System," a program pre-installed on Windows-based computers (not on Macs) that the computer uses to start up. The CPU accesses the BIOS even before the operating system is loaded; BIOS then checks hardware connections and locates devices; then BIOS loads the operating system into the computer's memory and finishes the boot-up process. The BIOS also is used after the computer has booted up; acting as an intermediary between the CPU and the I/O (input/output) devices)
- Wikipedia, viewed Dec. 13, 2017(BIOS; an acronym for Basic Input/Output System and also known as the System BIOS, ROM BIOS or PC BIOS)
Wikipedia description:
In computing, BIOS or the Basic Input/Output System is a type of firmware used to provide runtime services for operating systems and programs and to perform hardware initialization during the booting process (power-on startup). On a computer using BIOS firmware, the firmware comes pre-installed on the computer's motherboard. The name originates from the Basic Input/Output System used in the CP/M operating system in 1975. The BIOS firmware was originally proprietary to the IBM PC; it was reverse engineered by some companies, such as Compaq, Phoenix Technologies, AMI and others, looking to create compatible systems. The interface of that original system serves as a de facto standard. The BIOS in older PCs initializes and tests the system hardware components (power-on self-test or POST for short), and loads a boot loader from a mass storage device which then initializes a kernel. In the era of DOS, the BIOS provided BIOS interrupt calls for the keyboard, display, storage, and other input/output (I/O) devices that standardized an interface to application programs and the operating system. More recent operating systems do not use the BIOS interrupt calls after startup. Most BIOS implementations are specifically designed to work with a particular computer or motherboard model, by interfacing with various devices especially system chipset. Originally, BIOS firmware was stored in a ROM chip on the PC motherboard. In later computer systems, the BIOS contents are stored on flash memory so it can be rewritten without removing the chip from the motherboard. This allows easy, end-user updates to the BIOS firmware so new features can be added or bugs can be fixed, but it also creates a possibility for the computer to become infected with BIOS rootkits. Furthermore, a BIOS upgrade that fails could brick the motherboard. Unified Extensible Firmware Interface (UEFI) is a successor to the legacy PC BIOS, aiming to address its technical limitations. UEFI firmware may include legacy BIOS compatibility to maintain compatibility with operating systems and option cards that do not support UEFI native operation. Intel phased out providing support for booting from the BIOS interface from 2020 to 2024 depending on the platform. The last version of Microsoft Windows to officially support running on PCs which use legacy BIOS firmware is Windows 10 as Windows 11 requires a UEFI-compliant system (except for IoT Enterprise editions of Windows 11 since version 24H2).
Read more on Wikipedia >