Skip to content

Commit

Permalink
update ch7:0
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu committed Jul 19, 2022
1 parent 8ca8349 commit 02ce84c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/chapter7/0intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
│   │   └── page_table.rs
│   ├── sbi.rs
│   ├── syscall
│   │   ├── fs.rs(修改:调整 sys_read/write 的实现,新增 sys_close/pipe)
│   │   ├── fs.rs(修改:调整 sys_read/write 的实现,新增 sys_dup/pipe)
│   │   ├── mod.rs(修改:调整 syscall 分发)
│   │   └── process.rs
│   ├── task
Expand Down Expand Up @@ -215,9 +215,9 @@
│   └── yield.rs
├── console.rs
├── lang_items.rs
├── lib.rs(新增两个系统调用:sys_close/sys_pipe)
├── lib.rs(新增两个系统调用:sys_dup/sys_pipe)
├── linker.ld
└── syscall.rs(新增两个系统调用:sys_close/sys_pipe)
└── syscall.rs(新增两个系统调用:sys_dup/sys_pipe)
Expand Down

0 comments on commit 02ce84c

Please sign in to comment.