Skip to content

Commit 4a33048

Browse files
authored
Merge pull request #224 from lewiszlw/patch-9
Update ch5 0intro.rst
2 parents 856ef03 + f889e21 commit 4a33048

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

source/chapter5/0intro.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -250,30 +250,30 @@
250250
├── README.md
251251
├── rust-toolchain
252252
└── user(对于用户库 user_lib 进行修改,替换了一套新的测例)
253-
├── Cargo.toml
254-
├── Makefile
255-
└── src
256-
├── bin
257-
│   ├── exit.rs
258-
│   ├── fantastic_text.rs
259-
│   ├── forktest2.rs
260-
│   ├── forktest.rs
261-
│   ├── forktest_simple.rs
262-
│   ├── forktree.rs
263-
│   ├── hello_world.rs
264-
│   ├── initproc.rs
265-
│   ├── matrix.rs
266-
│   ├── sleep.rs
267-
│   ├── sleep_simple.rs
268-
│   ├── stack_overflow.rs
269-
│   ├── user_shell.rs
270-
│   ├── usertests.rs
271-
│   └── yield.rs
272-
├── console.rs
273-
├── lang_items.rs
274-
├── lib.rs
275-
├── linker.ld
276-
└── syscall.rs
253+
├── Cargo.toml
254+
├── Makefile
255+
└── src
256+
├── bin
257+
│   ├── exit.rs
258+
│   ├── fantastic_text.rs
259+
│   ├── forktest2.rs
260+
│   ├── forktest.rs
261+
│   ├── forktest_simple.rs
262+
│   ├── forktree.rs
263+
│   ├── hello_world.rs
264+
│   ├── initproc.rs
265+
│   ├── matrix.rs
266+
│   ├── sleep.rs
267+
│   ├── sleep_simple.rs
268+
│   ├── stack_overflow.rs
269+
│   ├── user_shell.rs
270+
│   ├── usertests.rs
271+
│   └── yield.rs
272+
├── console.rs
273+
├── lang_items.rs
274+
├── lib.rs
275+
├── linker.ld
276+
└── syscall.rs
277277
278278
279279
本章代码导读
@@ -304,4 +304,4 @@
304304

305305
.. [#troodon] 伤齿龙是一种灵活的小型恐龙,生存于7500万年前的晚白垩纪,伤齿龙的脑袋与身体的比例是恐龙中最大之一,因此伤齿龙被认为是最有智能的恐龙之一。
306306
.. [#CORB65] Fernando J. Corbató. "Introductmn and overvmw of the MULTICS system " In Proc AFIPS I965 Fall Joznt Computer Conf, Part I, Spartan Books, New York, 185-196.
307-
.. [#VYSSOTSKY65] V. A. Vyssotsky. "Structure of the Multics supervisor" In AFIPS Conf Proc 27 1965, Spartan Books Washington D C 1965 pp 203--212
307+
.. [#VYSSOTSKY65] V. A. Vyssotsky. "Structure of the Multics supervisor" In AFIPS Conf Proc 27 1965, Spartan Books Washington D C 1965 pp 203--212

0 commit comments

Comments
 (0)