david/ipxe
Archived
1
0

[comboot] Implement INT22,0x000c

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Wissam Shoukair 2015-06-29 12:42:51 +01:00 committed by Michael Brown
parent 2a696ab963
commit d8a618e80f

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;