From 856985bffc3cfc3107a477727a246c62a030bc99 Mon Sep 17 00:00:00 2001 From: mStar Date: Tue, 3 Dec 2024 18:26:05 +0100 Subject: [PATCH] Bios/Uefi Presentation done and ready --- .obsidian/workspace.json | 47 ++++++++++--------- ArbeitsplatzZeug/Präsentation Bios-Uefi.md | 52 +++++++++++++++++++++- ArbeitsplatzZeug/bios-uefi infos.md | 4 +- 3 files changed, 79 insertions(+), 24 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 8dd3f6b..2bac36a 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -7,20 +7,6 @@ "id": "16f08ed269e522f4", "type": "tabs", "children": [ - { - "id": "ff26353664f95c88", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "ArbeitsplatzZeug/Präsentation Bios-Uefi.md", - "mode": "source", - "source": false - }, - "icon": "lucide-file", - "title": "Präsentation Bios-Uefi" - } - }, { "id": "890b89bee7b547bc", "type": "leaf", @@ -35,8 +21,27 @@ "title": "bios-uefi infos" } } - ], - "currentTab": 1 + ] + }, + { + "id": "9e83997c8f7589ca", + "type": "tabs", + "children": [ + { + "id": "1cc07db6098bf8e9", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "ArbeitsplatzZeug/Präsentation Bios-Uefi.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Präsentation Bios-Uefi" + } + } + ] } ], "direction": "vertical" @@ -178,18 +183,18 @@ "obsidian-excalidraw-plugin:Create new drawing": false } }, - "active": "890b89bee7b547bc", + "active": "1cc07db6098bf8e9", "lastOpenFiles": [ - "ArbeitsplatzZeug/Planung.md", - "ArbeitsplatzZeug/uefi infos.md", "ArbeitsplatzZeug/bios-uefi infos.md", "ArbeitsplatzZeug/Präsentation Bios-Uefi.md", + "ArbeitsplatzZeug/PC_systemLayers.jpg", + "ArbeitsplatzZeug/SoftwareLayers.png", + "ArbeitsplatzZeug/Planung.md", + "ArbeitsplatzZeug/uefi infos.md", "LF1-Unternehmen/L24-11-28.md", "LF1-Unternehmen/L24-10-10.md", "LF1-Unternehmen/L24-11-26.md", - "ArbeitsplatzZeug/SoftwareLayers.png", "ArbeitsplatzZeug/Uefi-Bios-Präsentation-Idee.md", - "ArbeitsplatzZeug/PC_systemLayers.jpg", "LF5-databases/Drawing 2024-11-26 11.15.51.excalidraw.md", "LF5-databases/A24-11-24 Selektionen.sql", "LF5-databases/A24-11-24 Projektionen.sql", diff --git a/ArbeitsplatzZeug/Präsentation Bios-Uefi.md b/ArbeitsplatzZeug/Präsentation Bios-Uefi.md index b98d316..92639a9 100644 --- a/ArbeitsplatzZeug/Präsentation Bios-Uefi.md +++ b/ArbeitsplatzZeug/Präsentation Bios-Uefi.md @@ -1,4 +1,54 @@ # Bios/Uefi --- ## Gliederung -- \ No newline at end of file +- 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 \ No newline at end of file diff --git a/ArbeitsplatzZeug/bios-uefi infos.md b/ArbeitsplatzZeug/bios-uefi infos.md index 2d1e700..d186caa 100644 --- a/ArbeitsplatzZeug/bios-uefi infos.md +++ b/ArbeitsplatzZeug/bios-uefi infos.md @@ -6,7 +6,6 @@ - Hardware Konfiguration - CPU Microcode Updates - Minimale API für Hardware-Zugriff - ## BIOS - BIOS / Basic Input/Output System - Nur MBR @@ -41,4 +40,5 @@ - Boot & Runtime Services - Boot services nur für Firmware und bevor OS (Beendet durch `ExitBootServices()`) - Backwards Compatibility via CSM (Compatibility Support Module) -- Viele mittlerweile wichtige Features, z.B. Secure Boot \ No newline at end of file +- Viele mittlerweile wichtige Features, z.B. Secure Boot +- Stark verbessertes UI \ No newline at end of file