Skip to content

Commit a2bc8ed

Browse files
committed
chore(lab/1): update questions
1 parent b9661dd commit a2bc8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/labs/0x01/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ println!("{}", record.args());
508508

509509
## 思考题
510510

511-
1. `pkg/kernel``Cargo.toml` 中,指定了依赖中 `boot` 包为 `default-features = false`这是为了避免什么问题?请结合 `pkg/boot``Cargo.toml` 谈谈你的理解。
511+
1. 在根目录的 `Cargo.toml` 中,指定了依赖中 `boot` 包为 `default-features = false`而它会被内核引用,禁用默认 feature 是为了避免什么问题?请结合 `pkg/boot``Cargo.toml` 谈谈你的理解。
512512

513513
2.`pkg/boot/src/main.rs` 中参考相关代码,聊聊 `max_phys_addr` 是如何计算的,为什么要这么做?
514514

0 commit comments

Comments
 (0)