1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 08:06:17 +04:00

add rcore-user submodule

This commit is contained in:
WangRunji 2019-02-21 18:35:10 +08:00
parent 0c22ec8c7e
commit c69386fbc2
3 changed files with 5 additions and 6 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "riscv-pk"]
path = riscv-pk
url = https://github.com/riscv-and-rust-and-decaf/riscv-pk.git
[submodule "user"]
path = user
url = https://github.com/wangrunji0408/rcore_user.git

View File

@ -42,12 +42,7 @@ k210_lib := ../tools/k210/libkendryte.a
export ARCH = $(arch)
export BOARD = $(board)
export SMP = $(smp)
#export SFSIMG = $(user_dir)/build/user-$(arch).img
ifeq ($(arch), x86_64)
export SFSIMG = $(user_dir)/img/ucore-i386.img
else
export SFSIMG = $(user_dir)/img/ucore-$(arch).img
endif
export SFSIMG = $(user_dir)/build/$(arch).img
ifeq ($(arch), aarch64)
board := raspi3
endif

1
user Submodule

@ -0,0 +1 @@
Subproject commit 86bb44b00d6af6f8fc63bc6179bc0b6cb5d3373b