提交 140d5fcc 编写于 作者: Cxk_666's avatar Cxk_666

第二天,由于昨晚一些原因第三天上午铺设、

上级 44ef55c5
## 搭建环境,继续学习Rust语言
##### 搭建环境
搭建环境时遇到一些困难,
1. 选择在window上搭建RUST环境,官网上rustup-init.exe下载过慢。
(但刚开始的时候下载速度较快,之后变为0).
由于之前只在Linux下进行换源,加之可以边看《Rust编程之道》边下载,所以采用笨方法解决:在停止下载一段时间后再点击下载。
2. 查教程对进行gnu安装。决定明天使用[Rust Playground (rust-lang.org)](https://play.rust-lang.org/)先进行练习(方便)。
![image-20210705010858395](C:\Users\好帅一男的\AppData\Roaming\Typora\typora-user-images\image-20210705010858395.png)
完成(重启终端测试)
![image-20210705012344069](C:\Users\好帅一男的\AppData\Roaming\Typora\typora-user-images\image-20210705012344069.png)
VScode配置
![image-20210705012439372](C:\Users\好帅一男的\AppData\Roaming\Typora\typora-user-images\image-20210705012439372.png)
![image-20210705100032824](C:\Users\好帅一男的\AppData\Roaming\Typora\typora-user-images\image-20210705100032824.png)
在vscode第一次使用时需重启vscoed才能正确识别cargo。
```终端输入
cargo new greeting
cd ./greeting
cargo build
cargo run
```
##### 学习OS(清华操作系统(RISC v)
- 由于是大二学生,还未学过操作系统课程。选择学堂在线的清华操作系统(RISC v)进行学习。
- 看完part4中断及系统调用。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册