Dove è memorizzato il BIOS?

Sommario:

Dove è memorizzato il BIOS?
Dove è memorizzato il BIOS?

Video: Dove è memorizzato il BIOS?

Video: Dove è memorizzato il BIOS?
Video: "The ZFS filesystem" - Philip Paeps (LCA 2020) - YouTube 2024, Maggio
Anonim
Per coloro che sono nuovi all'apprendimento dei computer, il BIOS può sembrare un po '"misterioso" per alcuni individui e generare domande come "Dove e in che modo è il BIOS memorizzato sul mio computer?" La SuperSser di Q & A di oggi esamina la risposta a queste domande.
Per coloro che sono nuovi all'apprendimento dei computer, il BIOS può sembrare un po '"misterioso" per alcuni individui e generare domande come "Dove e in che modo è il BIOS memorizzato sul mio computer?" La SuperSser di Q & A di oggi esamina la risposta a queste domande.

La sessione di domande e risposte di oggi ci viene fornita per gentile concessione di SuperUser, una suddivisione di Stack Exchange, un raggruppamento di domande e risposte basato sulla comunità.

Schermata per gentile concessione di Richard Masoner / Cyclelicious (Flickr).

La domanda

Lettore SuperUser T … vuole sapere dove viene effettivamente archiviato il BIOS:

From the Wikipedia Article on BIOS:

BIOS software is stored on a non-volatile ROM chip on the motherboard. … In modern computer systems, the BIOS contents are stored on a flash memory chip so that the contents can be rewritten without removing the chip from the motherboard. This allows BIOS software to be easily upgraded to add new features or fix bugs, but can make the computer vulnerable to BIOS rootkits.

ROM is read only, so why can the BIOS contents be rewritten? Does the “flash memory chip” mean the same thing as the “non-volatile ROM”, both meaning where BIOS is stored?

Che cosa esattamente, è l'accordo qui? Il BIOS viene archiviato su due media "diversi" o solo su uno solo?

La risposta

Il collaboratore di SuperUser Varaquilex ha la risposta per noi:

ROM is read only, so why can the BIOS contents be rewritten?

The BIOS program itself is stored in an EEPROM (which can be [E]lectrically [E]rasable and [P]rogrammable [R]ead [O]nly [M]emory) or flash-memory. So the read-only here is about the chip being non-volatile. The contents of the memory stays when the power is cut off, unlike volatile RAM. The ROM being EEP means that the BIOS can be re-written or updated. For such operations in the past, you had to remove the BIOS chip from the board, put a new one in (if it was not PROM or EPROM), or if it was EPROM, you had to get it to the manufacturer and let them re-program the chip, then re-attach it to the board. After current advances, thanks to EEPROMs, you do not have to remove chip to do such operations, you just make the computer do the job electrically.

Does the “flash memory chip” mean the same as the “non-volatile ROM”, both meaning where BIOS is stored?

from Wikipedia:

  • Flash memory is an electronic non-volatile computer storage medium that can be electrically erased and reprogrammed.
  • Flash memory was developed from EEPROM (electrically erasable programmable read-only memory). There are two main types of flash memory, which are named after the NAND and NOR logic gates. The internal characteristics of the individual flash memory cells exhibit characteristics similar to those of the corresponding gates. Whereas EPROMs had to be completely erased before being rewritten, NAND type flash memory may be written and read in blocks (or pages) which are generally much smaller than the entire device. NOR type flash allows a single machine word (byte) to be written-to an erased location-or read independently.

EEPROM and flash memory do not refer to same thing. They are two similar memory types as one is developed from the other, and contain different types/configurations of MOS transistors. However, they are the memory where the BIOS program resides.

To address another misconception, I want to mention this CMOS-BIOS relationship:

The BIOS settings are stored in the CMOS chip (which is kept powered up via the battery on the motherboard). That is why the BIOS is reset when you remove the battery and re-attach it. The same program runs, but the settings are defaulted. See this answer for a detailed view of memories used during the booting process.

To extend the CMOS-BIOS topic, thanks to @Andon M. Coleman, I want to add his comment to the answer:

It is worth mentioning that the BIOS settings do not have to be stored in volatile CMOS memory. There are plenty of embedded systems that store their settings in NVRAM. The only reason PCs have gotten away with using volatile CMOS all these years is that they already had a battery to keep the internal real-time clock ticking while the power is off (recall that when you pressed the power switch on a PC-AT, it literally cut all power off to the motherboard). This meant that cheaper volatile memory could be used to store system settings. So it is mostly for historical purposes.

Hai qualcosa da aggiungere alla spiegazione? Audio disattivato nei commenti. Vuoi leggere più risposte dagli altri utenti di Stack Exchange esperti di tecnologia? Controlla la discussione completa qui.

Consigliato: