rust-based-os-comp2022 icon indicating copy to clipboard operation
rust-based-os-comp2022 copied to clipboard

[2022开源操作系统训练营](https://learningos.github.io/rust-based-os-comp2022/)

Results 102 rust-based-os-comp2022 issues
Sort by recently updated
recently updated
newest added

```rust fn run_first_task(&self){ let mut inner = self.inner.exclusive_access(); let task0 = &mut inner.tasks[0]; task0.task_status = TaskStatus::Ready; // ??? 改为不可变状态有什么作用么 let next_task_cx_ptr = &task0.task_cx as *const TaskContext; drop(inner); let mut _unused...

question

[https://github.com/os2edu/rustlings-WZhaza/commits/main/exercises](url)

note

[https://github.com/os2edu/rustlings-WZhaza/commits/main/exercises](url)

note

(https://github.com/wenli7363/rust-os-2022-DailyLog)

note

# Open-Source-OS-Training-Camp-2022 文档 [https://learningos.github.io/rust-based-os-comp2022/index.html](https://learningos.github.io/rust-based-os-comp2022/index.html)

安装 dashboard 时按照步骤下载并正确放置了 .gdbinit 配置文件,但是 riscv64-unknown-elf-gdb-py 无法启动 dashboard。 # **平台** win11 + wsl2 # **出错图片** ![image](https://user-images.githubusercontent.com/52482424/200512749-871723a0-96c5-4e94-8e23-aa887a0aaed5.png) # **所做的尝试** 1. 尝试修改下面 python 文件夹并指向内置文件夹失败 2. 打算重新配置并从源码编译 riscv64-unknown-elf-gdb 失败,他的 python 是内置的,在编译的时候额外下载的一个 3.7

question

# 应用程序执行环境与平台支持 - Open-Source-OS-Training-Camp-2022 文档 [https://learningos.github.io/rust-based-os-comp2022/chapter1/1app-ee-platform.html](https://learningos.github.io/rust-based-os-comp2022/chapter1/1app-ee-platform.html)

https://github.com/hehepig166/2024-OS-camp-notes

https://github.com/ZhouHr/rCore-Tutorial-Learning-Notes.git