blog posts

What is BIOS (basic input/output system)?

Introduction

BIOS (basic input/output system) is the program a computer’s microprocessor uses to start the computer system after it is powered on. It also manages data flow between the computer’s operating system (OS) and attached devices, such as the hard disk, video adapter, keyboard, mouse, and printer.

History of BIOS basic input/output system

The term BIOS was first coined in 1975 by American computer scientist Gary Kildall. It was incorporated into IBM’s first personal computer in 1981 and, in the years to come, gained popularity within other PCs, becoming an integral part of computers for some time. However, BIOS’ popularity has waned in favor of a newer technology: Unified Extensible Firmware Interface (UEFI). Intel announced a plan in 2017 to retire support for legacy BIOS systems by 2020, replacing them with UEFI.

What are the factors that consist of BIOS?

The BIOS includes instructions on how to load basic computer hardware. It includes a test referred to as a POST (Power-On Self-Test) that helps verify the computer meets requirements to boot up properly. If the computer does not pass the POST, you hear a combination of beeps indicating what is malfunctioning in the computer.

Uses of BIOS

The main use of BIOS is to act as a middleman between OSes and the hardware they run on. BIOS is theoretically always the intermediary between the microprocessor and I/O device to control information and data flow. Although, in some cases, BIOS can arrange for data to flow directly to memory from devices, such as video cards, that require faster data flow to be effective.

How does the function of BIOS?

As we said above BIOS  (basic input/output system) comes included with computers, as firmware on a chip on the motherboard. In contrast, an OS like Windows or iOS can either be pre-installed by the manufacturer or vendor or installed by the user. BIOS is a program that is made accessible to the microprocessor on an erasable programmable read-only memory (EPROM) chip. When users turn on their computer, the microprocessor passes control to the BIOS (basic input/output system)  program, which is always located at the same place on EPROM.

When BIOS boots up a computer, it first determines whether all of the necessary attachments are in place and operational. Any piece of hardware containing files the computer needs to start is called a boot device. In addition After testing and ensuring boot devices are functioning, BIOS loads the OS — or key parts of it — into the computer’s random access memory (RAM) from a hard disk or diskette drive (the boot device).

What are the four main functions of a BIOS?

BIOS identifies, configures, tests, and connects computer hardware to the OS immediately after a computer is turned on. So The combination of these steps is called the boot process.

These tasks are each carried out by BIOS’ four main functions:

  • Power-on self-test (POST). This tests the hardware of the computer before loading the OS.
  • Bootstrap loader. This locates the OS.
  • Software/drivers. This locates the software and drivers that interface with the OS once running.
  • Complementary metal-oxide-semiconductor (CMOS) setup. This is a configuration program enables that enables users to alter hardware and system settings. CMOS is the name of BIOS’ non-volatile memory.

Features of BIOS

  •  Access
  •  security
  • manufacturers

BIOS access

With BIOS, the OS and its applications are freed from having to understand exact details, such as computer hardware addresses, about the attached I/O devices. When device details change, only the BIOS program needs to be changed. Sometimes, this change can be made during system setup.

Users can access BIOS and configure it through BIOS Setup Utility. Accessing BIOS Setup Utility varies somewhat depending on the computer being used. However, the following steps generally enable users to access and configure BIOS through Setup Utility:

  • Reset or power off the computer.
  • When the computer turns back on, look for a message that says “entering setup” or something similar. Accompanying that message will be a key that the user should press to enter system configuration. Here’s an example message a user might see: “Press [key] to enter BIOS setup.” Some keys often used as prompts are Del, Tab, Esc, and any of the function keys (F1-F12).
  • Upon seeing the prompt, quickly press the key specified.

Once in BIOS Setup Utility, users can change hardware settings, manage memory settings, change the boot order or boot device, and reset the BIOS password, among other configuration tasks.

BIOS security

BIOS security is a somewhat overlooked component of cybersecurity; however, it should still be managed to prevent hackers from executing malicious code on the OS. Security group Cylance, in 2017, showed how modern BIOS security flaws could enable ransomware programs inside a motherboard’s UEFI and exploit other PC BIOS vulnerabilities.

Another unique exploit involving the manipulation of BIOS was Plundervolt. Plundervolt could be used to mess with a computer’s power supply at the time data was being written to memory, causing errors that lead to security gaps. Intel released a BIOS patch to defend against it.

BIOS manufacturers

BIOS, in its beginnings, was originally owned by IBM. However, some companies, such as Phoenix Technologies, have reverse-engineered IBM’s original version to create their own. Phoenix, in doing this, allowed other companies to create clones of the IBM PC and, more importantly, create non-IBM computers that work with BIOS. One company that did this was Compaq.

Today, many manufacturers produce motherboards with BIOS chips in them. Some examples are the following:

  • Hewlett Packard (HP)
  • Asus
  • Foxconn
  • AMI

Knowing the motherboard manufacturer is important because users may want to update their BIOS and chipset drivers — the drivers that enable the OS to work with other devices in the computer, such as a video card — to the most recent versions. Driver updates may improve computer performance or patch recent BIOS-level security vulnerabilities. Each manufacturer has a unique way of updating these drivers.

So let’s get acquainted with some questions related to BIOS

Can a BIOS chip be upgraded or updated?

Adding additional memory to a BIOS chip, as an upgrade, can only be done by replacing the existing BIOS chip with a new, more advanced BIOS chip.

Also, The data on a BIOS chip can be updated if it’s a flash BIOS. Using specially designed software, the BIOS can be updated to fix problems or add new features to the motherboard

Conclusion

Therefore in this article, we talked about BIOS and its features and we hope you get some information related to it.