summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/mistranslation/1473451
blob: cb779baf5205b859615f02fca1899e41a40028ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
mistranslation: 0.906
semantic: 0.764
other: 0.750
graphic: 0.692
device: 0.682
network: 0.584
instruction: 0.577
vnc: 0.463
boot: 0.433
socket: 0.394
assembly: 0.300
KVM: 0.199

Please support the native bios format for dec alpha

Currently qemu-system-alpha -bios parameter takes an ELF image.
However HP maintains firmware updates for those systems.

Some example rom files can be found here ftp://ftp.hp.com/pub/alphaserver/firmware/current_platforms/v7.3_release/DS20_DS20e/

It might allow things like using the SRM firmware.
The ARC(nt) firmware would allow to build and test windows applications for that platforms without having the relevant hardware

QEMU does not really implement a "true" ev67.

We cheat and implement something that is significantly faster to emulate.
E.g. doing all TLB refill within qemu, rather than in the PALcode.

So, no, there's no chance of running true SRM or ARC firmware.

But In that case it’s impossible to emulate or even compile Windows for Dec Alpha.