Skip to content

Commit

Permalink
[lab4] ready to add sys_mmap rcore-os#4
Browse files Browse the repository at this point in the history
  • Loading branch information
陈张萌 committed Mar 6, 2021
1 parent 839ea8b commit 29259b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static TARGET_PATH: &str = "../user/target/riscv64gc-unknown-none-elf/release/";

fn insert_app_data() -> Result<()> {
let mut f = File::create("src/link_app.S").unwrap();
let mut apps: Vec<_> = read_dir("../user/src/bin")
let mut apps: Vec<_> = read_dir("../user/src/bin2")
// let mut apps: Vec<_> = read_dir("../../rCore_tutorial_tests/user/build/elf/")
.unwrap()
.into_iter()
Expand Down

0 comments on commit 29259b2

Please sign in to comment.