Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fafa1412 authored Aug 15, 2024
1 parent 46ee649 commit 88b3b9a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@

[第三部分 对可支持调试的操作系统进行语言及运行环境扩充](#扩充)
1. [支持xv6(C语言)的调试](#移植)
1.1 [更新package.json](#移植1)
1.2 [编写launch.json](#移植2)
1.1 [适配C语言](#移植1)
1.2 [编写配置文件](#移植2)
1.2.1 [xv6的qemu启动参数](#移植2.1)
1.2.2 [获取断点组名称及路径](#移植2.2)
1.2.3 [xv6内核态和用户态转换的边界](#移植2.3)
1.2.4 [修改钩子断点](#移植2.4)
1.3 [正确的配置文件](#移植3)
1.2.5 [适配性提升](#移植2.5)
2. [支持硬件的调试](#硬件)
2.1 [框架搭建](#硬件1)
2.2 [硬件部署及调试](#硬件2)
2.2.1 [调试方法](#硬件2.1)
2.2.2 [编译](#硬件2.2)
2.3 [硬件适配](#硬件3)

<span id="概要"></span>
## 第一部分 项目概要
Expand Down Expand Up @@ -1335,7 +1341,6 @@ make clean
make hardcoded_ramdisk
make
```
<span id="硬件2.3"></span>
<span id="硬件3"></span>
Expand Down

0 comments on commit 88b3b9a

Please sign in to comment.