Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
NPUcore-重生之我是菜狗
OSKernel2024-NPUcore-重生之我是菜狗
Commits
0adb506c
Commit
0adb506c
authored
1 year ago
by
gh
Browse files
Options
Download
Patches
Plain Diff
feat[gh]: 竟然还超时,一个一个来make,只make rust-user
parent
e597e811
testLA
gh-qemu2k1000-init
gh-sdcard
hyt-pre-test
lwy-test
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
os/Makefile
+3
-2
os/Makefile
with
3 additions
and
2 deletions
+3
-2
os/Makefile
+
3
−
2
View file @
0adb506c
...
...
@@ -65,7 +65,8 @@ RUST_LA_TOOLCHAIN = $(shell rustup show |grep "\(la\|loongarch\)\(64\)\?" |cut -
# build: env $(KERNEL_BIN) $(FS_IMG) fat32
all
:
user env build mv
all
:
rust-user
# build mv
mv
:
mv
$(
KERNEL_BIN
)
../os.bin
build
:
env $(KERNEL_BIN)
...
...
@@ -79,7 +80,7 @@ endif
# -rustup component add llvm-tools-preview
# build all user programs
user
:
rust-user
user
:
c-user
rust-user
c-user
:
@
cd
../user
&&
make c-user
BOARD
=
$(
BOARD
)
MODE
=
$(
MODE
)
rust-user
:
env
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets