We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2f72c commit ba9affcCopy full SHA for ba9affc
1 file changed
scripts/test
@@ -30,7 +30,7 @@ var args =
30
[
31
// '-enable-kvm', // Give problems running inside VMs, like Travis-CI
32
'-nographic',
33
- '--kernel', 'out/'+cpu+'/linux',
+ '--kernel', 'out/'+cpu+'/bzImage',
34
'-append', 'console=ttyS0'
35
]
36
0 commit comments