[comboot] Unhook interrupt vectors after returning from a COMBOOT image

This commit is contained in:
Michael Brown
2009-02-17 02:03:16 +00:00
parent 14eafc5b8d
commit 7f903f03af
4 changed files with 18 additions and 0 deletions

View File

@@ -205,6 +205,7 @@ static int comboot_exec ( struct image *image ) {
break;
}
unhook_comboot_interrupts();
comboot_force_text_mode();
return 0;