From 037935b5b07753b93d551eeef1ed6184e7e4af95 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:06:38 -0500 Subject: [PATCH] remove option roms --- blog/posts/secure-boot.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/blog/posts/secure-boot.md b/blog/posts/secure-boot.md index 08242aa5b..6f2708470 100644 --- a/blog/posts/secure-boot.md +++ b/blog/posts/secure-boot.md @@ -45,8 +45,6 @@ The [Intel 8080](https://en.wikipedia.org/wiki/Intel_8080) machines it was desig The original BIOS was contained in true Read-Only Memory baked into the motherboard, so it couldn't be changed without replacing the chip it was stored on. Machines back then weren't as madular and upgradeable as many modern PCs, and they mostly didn't have their own onboard firmware like they do now, so the BIOS could handle everything on its own. Any configuration you wanted to do on early BIOS had to be done using physical [DIP switches](https://en.wikipedia.org/wiki/DIP_switch), although later iterations would replace this with an BIOS setup utility controlled with a keyboard, similar to what we have on modern computers. -For devices with onboard firmware, you typically had option ROMs, which were on physical expansion cards you bought and plugged into your motherboard. The BIOS would detect these and run them during the boot process. The BIOS would initialize each device one after another, so it would temporarily hand control over to these option ROMs and rely on them to hand back control when they were done. - As you can imagine, the more devices you had, the more chances for something to go wrong and stop the boot from completing and the longer each boot would take. ## UEFI