From c7159c3bdb6751261ea6caec7920ed80600cffd2 Mon Sep 17 00:00:00 2001 From: gord Date: Tue, 29 May 2001 04:38:21 +0000 Subject: [PATCH] Make NT magic explicit. --- stage1/stage1.S | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stage1/stage1.S b/stage1/stage1.S index 50d4fec8d..b4b517a98 100644 --- a/stage1/stage1.S +++ b/stage1/stage1.S @@ -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