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
hit-xby
OSKernel2024-yyy
Commits
7a4927bf
Commit
7a4927bf
authored
7 months ago
by
只敲代码不玩耍,聪明baka也变傻ᗜˬᗜ
Browse files
Options
Download
Patches
Plain Diff
feat: strip all debug symbol of the kernel for the preliminary test
parent
6bef9fe8
master
feat/docs
feat/ext4-filesystem
feat/lazy-symbol-table-build
feat/paging-virtual-memory
feat/setup-trap-control-flow
feat/test-final
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-0
Makefile
with
1 addition
and
0 deletions
+1
-0
Makefile
+
1
−
0
View file @
7a4927bf
...
...
@@ -21,6 +21,7 @@ _build_internal:
_prepare_image
:
@
echo
"Preparing image..."
@
cp
kernel/target/
${
ARCH
}
/release/bakaos
${
KERNEL_ELF
}
@
rust-objcopy
${
KERNEL_ELF
}
--strip-all
-O
binary
${
KERNEL_ELF
}
@
cp
kernel/binary/opensbi.bin
${
SBI_OUTPUT
}
test
:
build _prepare_sdcard _test_internal
...
...
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