forked from Locietta/xanmod-kernel-WSL2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ZLangJIT
committed
Oct 21, 2024
1 parent
ee0fd74
commit 633c8f7
Showing
7 changed files
with
830 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./make_rvvm.sh && ./boot_rvvm_disk.sh "" "-shm_data disk.img -shm_id foo" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
set -x | ||
rm -rf ./{CMakeLists.txt,build_root.cmake,epoxy,epoxy.reset,virglrenderer,virglrenderer.reset,RVVM,RVVM.reset,DiligentLog,cmake} | ||
cp -r ../riscv-kernel/libmedia/app/src/main/java/libengine/{CMakeLists.txt,build_root.cmake,epoxy,epoxy.reset,virglrenderer,virglrenderer.reset,RVVM,RVVM.reset,DiligentLog,cmake} . | ||
if [[ -e debug_BUILD/BUILD_ROOT/SRC/rvvm ]] | ||
then | ||
rm -rf debug_BUILD/BUILD_ROOT/SRC/rvvm | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./import.sh && ./make_rvvm.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./import.sh && ./make_rvvm.sh && ./test.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./make_debug.sh MAKE_FLAGS="--touch" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./boot_rvvm_disk.sh "" "-shm_data disk.img -shm_id foo" |