summaryrefslogtreecommitdiff
path: root/dosutil
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-12-08 18:19:02 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-12-08 18:19:02 -0800
commite535becb865292360e808996409c1513df7d2be7 (patch)
tree5b7a8af2d68b08094310801719fbea761f1ea2f6 /dosutil
parent9f660151cea675cb709211dacf8786e0be547bd8 (diff)
downloadsyslinux-e535becb865292360e808996409c1513df7d2be7.tar.gz
eltorito: it is converted to NASM...
Fix comment to give a NASM compilation rule, not TASM. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'dosutil')
-rw-r--r--dosutil/eltorito.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/dosutil/eltorito.asm b/dosutil/eltorito.asm
index 3ecb46c2..3294c6fc 100644
--- a/dosutil/eltorito.asm
+++ b/dosutil/eltorito.asm
@@ -30,9 +30,8 @@
;
;-----------------------------------------------------------------------------
-; To assemble and link, use these commands in TASM 5.0:
-; tasm file
-; tlink /t file,file.sys
+; To assemble and link, use these commands with NASM 2.x:
+; nasm -Ox -f bin -o eltorito.sys eltorito.asm
; To enable Trace markers uncomment the line below
; DEBUG_TRACERS=1