瀏覽代碼

[comboot] Implement INT22,0x000c

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Wissam Shoukair 10 年之前
父節點
當前提交
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
 		}
463
 		}
464
 		break;
464
 		break;
465
 
465
 
466
+	case 0x000C: /* Perform final cleanup */
467
+		shutdown_boot();
468
+		break;
469
+
466
 	case 0x000E: /* Get configuration file name */
470
 	case 0x000E: /* Get configuration file name */
467
 		/* FIXME: stub */
471
 		/* FIXME: stub */
468
 		ix86->segs.es = rm_ds;
472
 		ix86->segs.es = rm_ds;

Loading…
取消
儲存