eltorito: it is converted to NASM...
authorH. Peter Anvin <hpa@zytor.com>
Wed, 9 Dec 2009 02:19:02 +0000 (18:19 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 9 Dec 2009 02:19:02 +0000 (18:19 -0800)
Fix comment to give a NASM compilation rule, not TASM.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
dosutil/eltorito.asm

index 3ecb46c..3294c6f 100644 (file)
@@ -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