Browse Source

[comboot] Implement INT22,0x000c

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Wissam Shoukair 9 years ago
parent
commit
d8a618e80f
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/arch/i386/interface/syslinux/comboot_call.c

+ 4
- 0
src/arch/i386/interface/syslinux/comboot_call.c View File

463
 		}
463
 		}
464
 		break;
464
 		break;
465
 
465
 
466
+	case 0x000C: /* Perform final cleanup */
467
+		shutdown_boot();
468
+		break;
469
+
466
 	case 0x000E: /* Get configuration file name */
470
 	case 0x000E: /* Get configuration file name */
467
 		/* FIXME: stub */
471
 		/* FIXME: stub */
468
 		ix86->segs.es = rm_ds;
472
 		ix86->segs.es = rm_ds;

Loading…
Cancel
Save