diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/2463')
| -rw-r--r-- | results/classifier/zero-shot/108/other/2463 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/2463 b/results/classifier/zero-shot/108/other/2463 new file mode 100644 index 00000000..28b31865 --- /dev/null +++ b/results/classifier/zero-shot/108/other/2463 @@ -0,0 +1,24 @@ +device: 0.760 +graphic: 0.752 +semantic: 0.578 +permissions: 0.519 +performance: 0.512 +socket: 0.454 +boot: 0.363 +PID: 0.362 +network: 0.338 +other: 0.326 +vnc: 0.307 +debug: 0.290 +files: 0.210 +KVM: 0.091 + +allow sifive_e to use more RAM +Description of problem: +For users like me that are still learning RISC bare-metal assembly, searching online you will find many tutorials and examples using sifive_e with Qemu, so it is the easy way to get started. + +I quickly ran into crashes with my tests because I did not realize that sifive_e is limited to 16K of RAM. +I realize the 16K limit is hard coded so that it matches the real hardware, but that makes it very hard to run a variety of tests. +Additional information: +My fork of Qemu changes sifive_e to allow 256MB. +https://github.com/panjea/qemu/commit/97cb89d778ebe3407a969b8282e2e7adb4be2971 |