Giter Site home page Giter Site logo

rcore-os / rcore-tutorial-book-v3 Goto Github PK

View Code? Open in Web Editor NEW
1.1K 13.0 192.0 96.19 MB

A book about how to write OS kernels in Rust easily.

Home Page: https://rcore-os.github.io/rCore-Tutorial-Book-v3/

License: GNU General Public License v3.0

Makefile 3.82% Batchfile 2.46% Python 77.86% CSS 15.51% Shell 0.36%
rust operating-system risc-v rcore k210

rcore-tutorial-book-v3's Introduction

rCore-Tutorial-Book-v3

Documentation of rCore-Tutorial version 3 in Chinese.

news

If you cannot access github.io normally due to network problems, please visit the synchronized version hosted on gitee.

Deploy your own docs

$ FORK  https://github.com/rcore-os/rCore-Tutorial-Book-v3.git  to YOUR REPO 
$ git clone YOUR REPO(e.g. https://github.com/YOUR/rCore-Tutorial-Book-v3.git)
$ cd rCore-Tutorial-Book-v3
$ make html # After that, the generated doc can be found in rCore-Tutorial-Book-v3/build/html
$ # modify the doc
$ git push # or pull request

rcore-tutorial-book-v3's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rcore-tutorial-book-v3's Issues

第一章正确进展缺的一些前期配置

···
rustup component add rust-src
rustup component add llvm-tools-preview
cargo install cargo-binutils
rustup target add riscv64gc-unknown-none-elf
···
请看看应该加在哪里

ch1:4load-manually.rst

题目是“手动加载、运行应用程序”
但内容上并无 运行应用程序的描述

ch2:1rv-privilege.rst

最后一段说第一章的app运行在M态。是否有误?

可以加一段描述,说明如何判断当前在哪个态下

ch1:3minimal-rt.rst

minimal runtime 其实可以加上用户态的,这样可与内核态的进行一下比较。
可以看出有差别,但差别又很小。

第二章批处理:特权级的切换部分 缺少图解

RT
我最近在看这部分看了好久,特别是trap/trap.S部分,很难理解异常处理过程。因此,我想给这部分补一张中断\异常处理时的栈变化情况图。:smile:。我会提一个PR,还希望能帮我看看,我滴理解有没有问题。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.