summary refs log tree commit diff stats
path: root/results/classifier/105/graphic/1120
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/graphic/1120')
-rw-r--r--results/classifier/105/graphic/112025
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/1120 b/results/classifier/105/graphic/1120
new file mode 100644
index 00000000..5c544bc8
--- /dev/null
+++ b/results/classifier/105/graphic/1120
@@ -0,0 +1,25 @@
+graphic: 0.941
+device: 0.885
+semantic: 0.829
+instruction: 0.803
+mistranslation: 0.618
+boot: 0.539
+vnc: 0.482
+other: 0.332
+network: 0.134
+KVM: 0.129
+assembly: 0.032
+socket: 0.032
+
+Multiboot direct loading broken.
+Description of problem:
+This is my kernel and it's multiboot loader. It passed the check of `grub-file`, but QEMU could not load it.
+```
+qemu-system-i386: Error loading uncompressed kernel without PVH ELF Note
+```
+
+When I add `-machine type=pc-i440fx-3.1`, QEMU shows `qemu: linux kernel too old to load a ram disk` or `qemu: invalid kernel header`.
+
+The multiboot file is linked with `ld.lld -s -o`.
+
+[toop](/uploads/7f230dc39d6a3a8c43c4c720d31878c6/toop)[multiboot](/uploads/59faa4607dc2837b54c89b35db6f206a/multiboot)