阅读了进程创建模块

pull/7/head
eee 1 year ago
parent f8cf1d11f9
commit d92ff9d4dd

@ -1,6 +1,7 @@
{
"files.associations": {
"los_swtmr_pri.h": "c",
"los_vm_syscall.h": "c"
"los_vm_syscall.h": "c",
"regex": "c"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

@ -7,7 +7,10 @@
OpenHarmony liteos 的进程实现方式与 linux 类似,都是通过父进程和子进程的一系列操作来达到实现一些功能的目的.
## 1.1 描述各个子功能
* 创建进程 |
* los_bitmap.c 主要提供一些位操作
* los_info.c 提供一些基本的方法来对进程的信息等内容进行操作
* los_process.c 提供对于进程操作的方法包括创建切换等..
# 2. natural expression of requirement of software
@ -17,8 +20,13 @@ OpenHarmony liteos 的进程实现方式与 linux 类似,都是通过父进程
## 2.1 一个完备的进程管理系统应当具备
### (1) 进程调度
### (2) 进程创建
### (3) 进程回收
### (2) 进程创建
![Alt text](image-4.png)
### (3) 进程回收
### (4)
### (5)
### (6)
@ -29,3 +37,6 @@ OpenHarmony liteos 的进程实现方式与 linux 类似,都是通过父进程
# 4. software architecture
![Alt text](image-5.png)

@ -37,4 +37,6 @@ Huawei LiteOS开源项目目前支持 **ARM64、ARM Cortex-A、ARM Cortex-M0C
## 三、 软件的体系结构
![Alt text](image-2.png)
![Alt text](image-2.png)
![Alt text](image-6.png)
Loading…
Cancel
Save