Skip to content

Commit

Permalink
update to riscv-kernel-6.11.0 v8
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 3, 2024
1 parent e16b781 commit 789685c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmedia.patch
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ index 8e8e3779..9b980553 100644
+add_subdirectory(java/libengine)
diff --git a/app/src/main/assets/boot_rvvm_disk.sh b/app/src/main/assets/boot_rvvm_disk.sh
new file mode 100755
index 00000000..67114d3b
index 00000000..64169056
--- /dev/null
+++ b/app/src/main/assets/boot_rvvm_disk.sh
@@ -0,0 +1,11 @@
+if [[ -f disk.img ]]
+ then
+ rm -v disk.img
+ rm disk.img && echo "removed disk.img"
+fi
+
+dd if=/dev/zero of=disk.img bs=$((1024*1024)) count=100
Expand Down

0 comments on commit 789685c

Please sign in to comment.