mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
[comboot] Implement INT22,0x000c
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
2a696ab963
commit
d8a618e80f
@@ -463,6 +463,10 @@ static __asmcall void int22 ( struct i386_all_regs *ix86 ) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 0x000C: /* Perform final cleanup */
|
||||||
|
shutdown_boot();
|
||||||
|
break;
|
||||||
|
|
||||||
case 0x000E: /* Get configuration file name */
|
case 0x000E: /* Get configuration file name */
|
||||||
/* FIXME: stub */
|
/* FIXME: stub */
|
||||||
ix86->segs.es = rm_ds;
|
ix86->segs.es = rm_ds;
|
||||||
|
|||||||
Reference in New Issue
Block a user