The test uses osolo5-elftool on the test_hello application from the solo5 tests to query their abi and manifest. The manifest is empty and boring.
20 lines
679 B
Perl
20 lines
679 B
Perl
Execute osolo5-elftool on hvt binary
|
|
|
|
$ osolo5-elftool query-abi test_hello.hvt
|
|
{ "type": "solo5.abi", "target": "hvt", "version": 2
|
|
}
|
|
$ osolo5-elftool query-manifest test_hello.hvt
|
|
{ "type": "solo5.manifest", "version": 1, "devices": [ ]
|
|
}
|
|
$ osolo5-elftool query-abi test_hello.muen
|
|
{ "type": "solo5.abi", "target": "muen", "version": 3
|
|
}
|
|
$ osolo5-elftool query-abi test_hello.spt
|
|
{ "type": "solo5.abi", "target": "spt", "version": 2
|
|
}
|
|
$ osolo5-elftool query-abi test_hello.virtio
|
|
{ "type": "solo5.abi", "target": "virtio", "version": 1
|
|
}
|
|
$ osolo5-elftool query-abi test_hello.xen
|
|
{ "type": "solo5.abi", "target": "xen", "version": 1
|
|
}
|