summaryrefslogtreecommitdiff
path: root/comboot.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-06-20 17:43:55 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-06-20 17:43:55 -0700
commita968a43d4f661154f2baadb6798451e565840aa0 (patch)
tree4cf61a1167f3e2c568f01f0eeb7b5a2d1a6f4615 /comboot.inc
parent72e7a6589100acb43f1d2560d7ef14b82a742433 (diff)
downloadsyslinux-a968a43d4f661154f2baadb6798451e565840aa0.tar.gz
Move most messages into the appropriate .inc files
Diffstat (limited to 'comboot.inc')
-rw-r--r--comboot.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/comboot.inc b/comboot.inc
index 034f924c..3c9df5f2 100644
--- a/comboot.inc
+++ b/comboot.inc
@@ -963,5 +963,8 @@ feature_flags:
%endif
feature_flags_len equ ($-feature_flags)
+err_notdos db ': attempted DOS system call', CR, LF, 0
+err_comlarge db 'COMBOOT image too large.', CR, LF, 0
+
section .latebss
ConfigName resb FILENAME_MAX