Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions source/chapter5/0intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,30 +250,30 @@
├── README.md
├── rust-toolchain
└── user(对于用户库 user_lib 进行修改,替换了一套新的测例)
├── Cargo.toml
├── Makefile
└── src
├── bin
│   ├── exit.rs
│   ├── fantastic_text.rs
│   ├── forktest2.rs
│   ├── forktest.rs
│   ├── forktest_simple.rs
│   ├── forktree.rs
│   ├── hello_world.rs
│   ├── initproc.rs
│   ├── matrix.rs
│   ├── sleep.rs
│   ├── sleep_simple.rs
│   ├── stack_overflow.rs
│   ├── user_shell.rs
│   ├── usertests.rs
│   └── yield.rs
├── console.rs
├── lang_items.rs
├── lib.rs
├── linker.ld
└── syscall.rs
├── Cargo.toml
├── Makefile
└── src
├── bin
│   ├── exit.rs
│   ├── fantastic_text.rs
│   ├── forktest2.rs
│   ├── forktest.rs
│   ├── forktest_simple.rs
│   ├── forktree.rs
│   ├── hello_world.rs
│   ├── initproc.rs
│   ├── matrix.rs
│   ├── sleep.rs
│   ├── sleep_simple.rs
│   ├── stack_overflow.rs
│   ├── user_shell.rs
│   ├── usertests.rs
│   └── yield.rs
├── console.rs
├── lang_items.rs
├── lib.rs
├── linker.ld
└── syscall.rs


本章代码导读
Expand Down Expand Up @@ -304,4 +304,4 @@

.. [#troodon] 伤齿龙是一种灵活的小型恐龙,生存于7500万年前的晚白垩纪,伤齿龙的脑袋与身体的比例是恐龙中最大之一,因此伤齿龙被认为是最有智能的恐龙之一。
.. [#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.
.. [#VYSSOTSKY65] V. A. Vyssotsky. "Structure of the Multics supervisor" In AFIPS Conf Proc 27 1965, Spartan Books Washington D C 1965 pp 203--212
.. [#VYSSOTSKY65] V. A. Vyssotsky. "Structure of the Multics supervisor" In AFIPS Conf Proc 27 1965, Spartan Books Washington D C 1965 pp 203--212
Loading