We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a2b8e commit a272e56Copy full SHA for a272e56
1 file changed
docs/日报/2025-3-20.md
@@ -6,7 +6,7 @@
6
- 在tests文件夹下创建并编写prlimit64.c文件
7
- tests下创建build文件夹
8
- 在tests文件夹下创建testcase_list文件,添加测例
9
-- tests下执行riscv64-linux-musl-gcc -static apps/tests/prlimit64.c -o apps/tests/build/prlimit64
+- tests下执行riscv64-linux-musl-gcc -static apps/tests/prlimit64.c -o apps/tests/build/prlimit64 (名字换成自己的测例)
10
- starry-next下执行sudo ./build_img.sh -a x86_64 -fs ext4 -file apps/tests/build/ -s 30
11
- make AX_TESTCASE=tests ARCH=riscv64 EXTRA_CONFIG=../configs/riscv64.toml BLK=y NET=y SMP=4 FEATURES=fp_simd,lwext4_rs LOG=info run
12
0 commit comments