summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1907776
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/files/1907776
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/files/1907776')
-rw-r--r--results/classifier/gemma3:12b/files/190777621
1 files changed, 21 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1907776 b/results/classifier/gemma3:12b/files/1907776
new file mode 100644
index 000000000..f1c04397a
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1907776
@@ -0,0 +1,21 @@
+
+Mounting VFat drive yields error messages.
+
+Mounting a virtual Fat drive results in error messages (see attached image). 
+
+* https://www.qemu.org/docs/master/system/images.html#virtual-fat-disk-images
+
+The "drive" is however mounted, and as a test, saving a text file to the drive is successfully stored in the directory `/tmp`, which can be read after shutdown of Qemu.
+
+    Archlinux 5.9.11-arch2-1 (64-bit)
+    qemu-headless 5.1.0-3
+  
+    qemu-system-x86_64 -boot order=d -name test \
+      -enable-kvm -m 2G -cpu host -k sv \
+      -daemonize \
+      -drive if=pflash,format=raw,readonly,file=/usr/share/edk2-ovmf/x64/OVMF_CODE.fd \
+      -drive if=pflash,format=raw,file=~/vm/OVMF_VARS.local.fd \
+      -drive if=ide,format=raw,media=disk,index=1,file=fat:rw:/tmp \
+      -vnc :1 \
+      -cdrom /obj/archlinux/release/2020.10.01-x86_64.iso \
+      -drive format=raw,index=0,media=disk,file=~/vm/qemu.raw
\ No newline at end of file