Parcourir la source

[comboot] Implement INT22,0x000c

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Wissam Shoukair il y a 9 ans
Parent
révision
d8a618e80f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      src/arch/i386/interface/syslinux/comboot_call.c

+ 4
- 0
src/arch/i386/interface/syslinux/comboot_call.c Voir le fichier

@@ -463,6 +463,10 @@ static __asmcall void int22 ( struct i386_all_regs *ix86 ) {
463 463
 		}
464 464
 		break;
465 465
 
466
+	case 0x000C: /* Perform final cleanup */
467
+		shutdown_boot();
468
+		break;
469
+
466 470
 	case 0x000E: /* Get configuration file name */
467 471
 		/* FIXME: stub */
468 472
 		ix86->segs.es = rm_ds;

Chargement…
Annuler
Enregistrer