From fb42eb81c33fb9321a0d6d553028f9b89a34ff80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=AB=8B?= <404325854@qq.com> Date: Mon, 1 Jul 2024 09:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PRODUCT_DOCS/test/test1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PRODUCT_DOCS/test/test1.md b/PRODUCT_DOCS/test/test1.md index 9769d1a..f77d98b 100644 --- a/PRODUCT_DOCS/test/test1.md +++ b/PRODUCT_DOCS/test/test1.md @@ -52,7 +52,7 @@ Talking about detected hardware errors, we can classify memory errors as either - **Correctable Error (CE)** - the hardware error detection mechanism detected and automatically corrected the error. - **Uncorrected errors (UCE)** - are severe enough, hardware detects but cannot correct. -![MCA categories 2.png](../assets/datop1.png) +![MCtest 2.png](./assets/datop1.png) Typically, uncorrectable errors further fall into three categories: @@ -71,12 +71,12 @@ Prior to enhanced machine check architecture (EMCA), IA32-legacy version of Mach EMCA enables BIOS-based recovery from errors which redirects MCE and CMCI to firmware first (via SMI) before sending it to the OS error handler. It allows firmware first to handle, collect, and build enhanced error logs then report to system software. -![ras_x86.png](../assets/datop1.png) +![ras_x86.png](./assets/datop1.png) ### ARM v8.2 RAS Extension The RAS Extension is a mandatory extension to the Armv8.2 architecture, and it is an optional extension to the Armv8.0 and Armv8.1 architectures. The figure shows a basic workflow with Firmware First mode. -![m1_ras_flow.png](../assets/datop2.png) +![m1_ras_flow.png](./assets/datop2.png) - Prerequisite: System boot and init @@ -101,7 +101,7 @@ To reduce systems downtime, the OS recovery process for ensuring reliable hardwa The figure shows the system error handling flow with Anolis OS. -![RAS_OS_Error_Flow.png](../assets/datop3.png) +![RAS_OS_Error_Flow.png](./assets/datop3.png) ### Memory Failure Recovery -- Gitee