[comboot] Implement INT22,0x000c

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/38/head
Wissam Shoukair 2015-06-29 12:42:51 +01:00 committed by Michael Brown
parent 2a696ab963
commit d8a618e80f
1 changed files with 4 additions and 0 deletions

View File

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