HHS/ArbeitsplatzZeug/Präsentation Bios-Uefi.md
mstar f344729b66 Sync
Signed-off-by: mstar <me@mstar.dev>
2025-03-12 13:00:18 +01:00

54 lines
No EOL
745 B
Markdown

# Bios/Uefi
---
## Gliederung
- Allgemein
- Probleme BIOS
- UEFI
- Geschichte
- Vorteile & Features
---
### Allgemein
![[PC_systemLayers.jpg]]
---
### Allgemein
- 2. Softwareebene
- Hardwareinitialisierung
- Funktionalitätscheck
- Start des Bootloaders
- CPU Microcode
- API für Hardware
---
### BIOS
![[BIOS.png]]
---
### BIOS
- Basic Input Output System
- MBR
- 8 / 16 Bit
- Assembly
- Fragmentiert
- Minimale API
---
### UEFI
- 1990 Intel unzufrieden mit Bios
- 1998 Intel Boot Initiative
- 2004 Tiano
- 2005 Spec an UEFI Forum übergeben
---
### UEFI
![[UEFI-Beispiel.jpeg]]
---
### UEFI
- Unified Extensible Firmware Interface
- MBR & GPT
- 32 / 64 Bit
- C
- CSM (Compatibility Support Module)
- Stark erweitere API
---
# Fragen