Make NT magic explicit.

This commit is contained in:
gord 2001-05-29 04:38:21 +00:00
parent e86ba8bd19
commit c7159c3bdb

View file

@ -425,12 +425,14 @@ message:
ret ret
/* /*
* Windows NT breaks the compatibility by embedding a magic * Windows NT breaks compatibility by embedding a magic
* number here. * number here.
*/ */
nt_magic:
. = _start + STAGE1_WINDOWS_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 * This is where an MBR would go if on a hard disk. The code