File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ const QEMU_ARGS: &[&str] = &[
5
5
"isa-debug-exit,iobase=0xf4,iosize=0x04" ,
6
6
"-serial" ,
7
7
"stdio" ,
8
- // "-display",
9
- // "none",
8
+ "-display" ,
9
+ "none" ,
10
10
"--no-reboot" ,
11
11
// "-d",
12
12
// "int",
13
- "-s" ,
13
+ // "-s",
14
14
// "-S",
15
15
] ;
16
16
@@ -34,9 +34,9 @@ pub fn run_test_kernel(kernel_binary_path: &str) {
34
34
let out_tftp_path = kernel_path. with_extension ( ".tftp" ) ;
35
35
bootloader:: create_uefi_pxe_tftp_folder ( kernel_path, & out_tftp_path) . unwrap ( ) ;
36
36
37
- // run_test_kernel_on_uefi(&out_gpt_path);
38
- run_test_kernel_on_bios ( & out_mbr_path) ;
39
- // run_test_kernel_on_uefi_pxe(&out_tftp_path);
37
+ run_test_kernel_on_uefi ( & out_gpt_path) ;
38
+ // run_test_kernel_on_bios(&out_mbr_path);
39
+ run_test_kernel_on_uefi_pxe ( & out_tftp_path) ;
40
40
}
41
41
42
42
pub fn run_test_kernel_on_uefi ( out_gpt_path : & Path ) {
You can’t perform that action at this time.
0 commit comments