summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot/srt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/boot/srt0.S')
-rw-r--r--sys/arch/i386/stand/boot/srt0.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/srt0.S b/sys/arch/i386/stand/boot/srt0.S
index 574e3ebf2d8..f8498632e56 100644
--- a/sys/arch/i386/stand/boot/srt0.S
+++ b/sys/arch/i386/stand/boot/srt0.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: srt0.S,v 1.9 1997/07/18 00:52:09 mickey Exp $ */
+/* $OpenBSD: srt0.S,v 1.10 1998/05/14 20:59:12 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -56,7 +56,7 @@ start:
je 1f
#ifdef DEBUG
movl $0xb80a8, %ebx
- movl $0x4741474d, (%ebx)
+ movl $0xcf41cf4d, (%ebx)
#endif
1:
/* zero .bss */