zflcs

Results 4 comments of zflcs

在 lab0-1-run-os2-**** 仓库初始化自动评分功能时,commit 一直显示红色的小叉,报错为 ``` error: cannot find macro `asm` in this scope ``` 需要对 `ci-user` 目录下的 `overwrite.py` 文件进行修改,将 `git = "https://github.com/rcore-os/riscv"` 替换为 `git = "https://gitee.com/rcore-os/riscv"` ```python lines = []...

在 lab2-os4 实验中,需要注意,内核中定义的 TaskStatus 与 user 中定义的 TaskStatus 是不一致的,需要保证这两个地方一致,否则 task_info 的测试会失败,报错为 ``` Panicked at src/bin/ch3_taskinfo.rs:28, assertion failed: info.status == TaskStatus::Running ```

I use this config and build riscv64-linux-musl toolchain successfully on my Macbook Air M3.

**When building on Mac M3, must remove the binutils which is installed by homebrew.**