浏览代码

[comboot] Implement INT22,0x000c

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Wissam Shoukair 9 年前
父节点
当前提交
d8a618e80f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      src/arch/i386/interface/syslinux/comboot_call.c

+ 4
- 0
src/arch/i386/interface/syslinux/comboot_call.c 查看文件

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

正在加载...
取消
保存