diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
| commit | 256709d2eb3fd80d768a99964be5caa61effa2a0 (patch) | |
| tree | 05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/boot/2739 | |
| parent | 2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff) | |
| download | emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/105/boot/2739')
| -rw-r--r-- | results/classifier/105/boot/2739 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/105/boot/2739 b/results/classifier/105/boot/2739 new file mode 100644 index 00000000..f598aada --- /dev/null +++ b/results/classifier/105/boot/2739 @@ -0,0 +1,16 @@ +boot: 0.854 +device: 0.823 +instruction: 0.723 +graphic: 0.709 +other: 0.457 +semantic: 0.372 +mistranslation: 0.359 +socket: 0.333 +vnc: 0.244 +network: 0.137 +assembly: 0.077 +KVM: 0.020 + +Feature: Emulate GRUB2's initrd16 newc: feature for dynamic initrd generation +Additional information: +This feature is used in boot environments like WINPE, where GRUB2 leverages `initrd16` with `newc:` to load `wimboot` and then dynamically create an initrd containing necessary files for booting a Windows PE environment from a WIM image. Emulating this in QEMU would greatly improve the ability to test and debug such setups. |