We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9661dd commit a2bc8edCopy full SHA for a2bc8ed
docs/labs/0x01/tasks.md
@@ -508,7 +508,7 @@ println!("{}", record.args());
508
509
## 思考题
510
511
-1. 在 `pkg/kernel` 的 `Cargo.toml` 中,指定了依赖中 `boot` 包为 `default-features = false`,这是为了避免什么问题?请结合 `pkg/boot` 的 `Cargo.toml` 谈谈你的理解。
+1. 在根目录的 `Cargo.toml` 中,指定了依赖中 `boot` 包为 `default-features = false`,而它会被内核引用,禁用默认 feature 是为了避免什么问题?请结合 `pkg/boot` 的 `Cargo.toml` 谈谈你的理解。
512
513
2. 在 `pkg/boot/src/main.rs` 中参考相关代码,聊聊 `max_phys_addr` 是如何计算的,为什么要这么做?
514
0 commit comments