BIOSprovided
BIOSprovided is a term used in firmware and system documentation to describe functionality, data, or services that are provided by the BIOS or other firmware components prior to or at the start of an operating system. It is used to distinguish such features from those supplied by the operating system, device drivers, or user-space applications.
In older, legacy BIOS contexts, BIOSprovided items include POST routines, ROM BIOS calls, and basic hardware
Examples of BIOSprovided components include the system timer, firmware-resident interrupt handlers (such as legacy BIOS interrupts),
Relevance and applications: in virtualization and hardware emulation, clearly identifying BIOSprovided interfaces helps separate firmware behavior
Security and maintenance: firmware code running with high privileges means issues in BIOSprovided interfaces can affect
See also: BIOS, UEFI, firmware, Boot Services, Runtime Services, BIOS interrupts.