summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/comboot.inc2
1 files changed, 2 insertions, 0 deletions
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