summaryrefslogtreecommitdiff
path: root/isolinux-debug.asm
diff options
context:
space:
mode:
authorhpa <hpa>2002-04-28 05:40:11 +0000
committerhpa <hpa>2002-04-28 05:40:11 +0000
commitbdb0fcf1acccec785084bfe0b3802d4674638b64 (patch)
treebfe06e9b601affd91f3e028a3e274dc05a668c13 /isolinux-debug.asm
parentc0cd85e0e93e2390f3f33169c78e4ed0033e5ceb (diff)
downloadsyslinux-bdb0fcf1acccec785084bfe0b3802d4674638b64.tar.gz
Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6
separate files; fix bcopy bugs.
Diffstat (limited to 'isolinux-debug.asm')
-rw-r--r--isolinux-debug.asm21
1 files changed, 21 insertions, 0 deletions
diff --git a/isolinux-debug.asm b/isolinux-debug.asm
new file mode 100644
index 00000000..be3b6cec
--- /dev/null
+++ b/isolinux-debug.asm
@@ -0,0 +1,21 @@
+;; $Id$
+;; -----------------------------------------------------------------------
+;;
+;; Copyright 2002 H. Peter Anvin - All Rights Reserved
+;;
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
+;; Bostom MA 02111-1307, USA; either version 2 of the License, or
+;; (at your option) any later version; incorporated herein by reference.
+;;
+;; -----------------------------------------------------------------------
+
+;;
+;; isolinux-debug.asm
+;;
+;; Wrapper for debugging version of ISOLINUX
+;;
+
+%define DEBUG_MESSAGES
+%include "isolinux.asm"