修改makefile通过编译 (#287)

This commit is contained in:
櫻井桃華
2023-07-07 22:50:46 +08:00
committed by GitHub
parent 36fd013004
commit 2311e2f300

View File

@ -33,7 +33,7 @@ main.o: main.c
kernel_rust:
rustup default nightly
cargo +nightly build --release --target ./arch/x86_64/x86_64-unknown-none.json
cargo +nightly-2023-01-21 build --release --target ./arch/x86_64/x86_64-unknown-none.json
all: kernel