From 777495330a5f0eeb6cc432497cc0bedfc01d2c25 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 7 Jul 2008 12:46:48 -0700 Subject: comboot.inc: add missing "section .text" --- core/comboot.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core') diff --git a/core/comboot.inc b/core/comboot.inc index 43a4fb04..d093471c 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -215,6 +215,8 @@ comboot_vectors: dw comboot_err(3Eh) ; INT 3E = DOS FPU emulation dw comboot_err(3Fh) ; INT 3F = DOS overlay manager + section .text + ; INT 21h: generic DOS system call comboot_int21: cli push ds -- cgit v1.2.1