mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 17:12:54 +03:00
[comboot] Unhook interrupt vectors after returning from a COMBOOT image
This commit is contained in:
@@ -205,6 +205,7 @@ static int comboot_exec ( struct image *image ) {
|
||||
break;
|
||||
}
|
||||
|
||||
unhook_comboot_interrupts();
|
||||
comboot_force_text_mode();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user