]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Make NT magic explicit.
authorgord <gord@localhost>
Tue, 29 May 2001 04:38:21 +0000 (04:38 +0000)
committergord <gord@localhost>
Tue, 29 May 2001 04:38:21 +0000 (04:38 +0000)
stage1/stage1.S

index 50d4fec8d0e520b0dca04ceff0883624ecc68676..b4b517a98b27f0a46395f6bdbb6ee880315bc107 100644 (file)
@@ -425,13 +425,15 @@ message:
        ret
 
        /*
-        *  Windows NT breaks the compatibility by embedding a magic
+        *  Windows NT breaks compatibility by embedding a magic
         *  number here.
         */
 
-nt_magic:      
        . = _start + STAGE1_WINDOWS_NT_MAGIC
-       
+nt_magic:      
+       .long 0
+       .word 0
+
        /*
         *  This is where an MBR would go if on a hard disk.  The code
         *  here isn't even referenced unless we're on a floppy.  Kinda