diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/118/kernel/1120 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/zero-shot/118/kernel/1120')
| -rw-r--r-- | results/classifier/zero-shot/118/kernel/1120 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/kernel/1120 b/results/classifier/zero-shot/118/kernel/1120 new file mode 100644 index 000000000..d7a23228e --- /dev/null +++ b/results/classifier/zero-shot/118/kernel/1120 @@ -0,0 +1,42 @@ +i386: 0.994 +kernel: 0.991 +graphic: 0.941 +ppc: 0.919 +device: 0.885 +files: 0.862 +architecture: 0.850 +performance: 0.849 +semantic: 0.829 +x86: 0.682 +debug: 0.632 +mistranslation: 0.618 +user-level: 0.601 +boot: 0.539 +vnc: 0.482 +PID: 0.444 +TCG: 0.297 +VMM: 0.202 +risc-v: 0.188 +permissions: 0.163 +virtual: 0.161 +register: 0.144 +network: 0.134 +KVM: 0.129 +arm: 0.057 +peripherals: 0.037 +assembly: 0.032 +socket: 0.032 +hypervisor: 0.004 + +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) |