Commit 7a4927bf authored by 只敲代码不玩耍,聪明baka也变傻ᗜˬᗜ's avatar 只敲代码不玩耍,聪明baka也变傻ᗜˬᗜ :man_dancing_tone1:
Browse files

feat: strip all debug symbol of the kernel for the preliminary test

Showing with 1 addition and 0 deletions
+1 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment