Make NT magic explicit.
This commit is contained in:
parent
e86ba8bd19
commit
c7159c3bdb
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue