fix report

This commit is contained in:
hustccc 2020-12-24 08:19:44 +09:00
parent dc94d4440e
commit a63d471791
3 changed files with 4 additions and 9 deletions

View File

@ -30,7 +30,7 @@ marp: true
---
## **当前成果**
![run](../img/xv6-k210_on_k210.gif)
---
## **运行流程**
@ -110,14 +110,7 @@ marp: true
---
## **多核启动**
```mermaid
graph LR;
K210起电-->RustSBI;
RustSBI-->entry_k210.S;
entry_k210.S-->main.c;
main函数-->SBI_CALL;
SBI_CALL-->Multi-Core-Boot;
```
![boot](../img/boot.jpg)
---
## **内存分配**
@ -153,6 +146,8 @@ graph LR;
---
## **虚拟内存管理**
内存映射图:
<!-- <img src="../img/mem_map.jpg"> -->
![mem_map](../img/mem_map.jpg)
---
## **中断处理**

BIN
img/boot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
img/mem_map.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB