Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[comboot] Implement INT22,0x000c
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Wissam Shoukair authored and mcb30 committed Jun 29, 2015
1 parent 2a696ab commit d8a618e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/arch/i386/interface/syslinux/comboot_call.c
Expand Up @@ -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;
Expand Down

0 comments on commit d8a618e

Please sign in to comment.