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
educg-net-22024-2210153
DagasOS-2301
Commits
d6d5d308
Commit
d6d5d308
authored
10 months ago
by
minicago
Browse files
Options
Download
Patches
Plain Diff
fixed: xiji not recognize link
parent
0e974678
main
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+2
-1
Makefile
user/Makefile
+1
-1
user/Makefile
user/reference
+0
-1
user/reference
with
3 additions
and
3 deletions
+3
-3
Makefile
+
2
−
1
View file @
d6d5d308
...
...
@@ -59,9 +59,10 @@ kernel:
sbi
:
utils
-
rm
sbi-qemu
make
-C
$(
SBI
)
all
cp
$(
BUILD_DIR
)
/
$(
SBI
)
/sbi sbi-qemu
cp
$(
BUILD_DIR
)
/
$(
SBI
)
/sbi sbi-qemu
user
:
$(TEST)/$U/riscv64
cp
$(
TEST
)
/
$U
/build/libulib.a
$(
BUILD_DIR
)
/libulib.a
make
-C
$U
all
initrd
:
user
...
...
This diff is collapsed.
Click to expand it.
user/Makefile
+
1
−
1
View file @
d6d5d308
...
...
@@ -25,7 +25,7 @@ $(U_BUILD_DIR)/%.o : %.c
.PHONY
:
all_prog
$(U_BUILD_DIR)/_%
:
$(U_BUILD_DIR)/%.o
$(
LD
)
$(
LDFLAGS
)
-T
lib/arch/riscv/user.ld
-Ttext
0x1000
-o
$@
$^
reference
/libulib.a
$(
LD
)
$(
LDFLAGS
)
-T
lib/arch/riscv/user.ld
-Ttext
0x1000
-o
$@
$^
../
$(
BUILD_DIR
)
/libulib.a
all_prog
:
$(UPROGS)
...
...
This diff is collapsed.
Click to expand it.
user/reference
deleted
120000 → 0
+
0
−
1
View file @
0e974678
../riscv-syscalls-testing/user/build
\ No newline at end of file
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