mirror of https://github.com/ipxe/ipxe.git
[comboot] Implement INT22,0x000c
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/38/head
parent
2a696ab963
commit
d8a618e80f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue