Explorar el Código

[comboot] Implement INT22,0x000c

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Wissam Shoukair hace 9 años
padre
commit
d8a618e80f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      src/arch/i386/interface/syslinux/comboot_call.c

+ 4
- 0
src/arch/i386/interface/syslinux/comboot_call.c Ver fichero

@@ -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;

Loading…
Cancelar
Guardar