무기체계와 컴퓨터/컴퓨터와 무기체계 소프트웨어

BIOS와 UEFI

xdots 2023. 9. 28. 08:50

BIOS (Basic Input/Output System)은 16bit로 구성되어 있는 컴퓨터 기본 프로그램으로 컴퓨터에 설치되어 있는 SW이다. 2013년 부터는  UEFI(Unified Extensible Firmware Interface)가 32bit 또는 64bit로 사용되고 있다. 주 기능은 컴퓨터를 부팅해 주게 된다.

Boot Process

  • 1. Execute Core Root of Trust
  • 2. Initialize and Test Low-Level Hardware
  • 3. Load and Execute Additional Firmware Modules
  • 4. Select Boot Device
  • 5. Load Operating System

출처 BIOS Protection Guidelines

 

UEFI Boot Process

출처 BIOS Protection Guidelines