summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-14 20:59:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-14 20:59:13 +0000
commitdc315e71ee8035dff83bf123daa23e0faf00f467 (patch)
tree630488761c8811b1ec09331fb28e15da3173dbbc /sys/arch/i386/stand/boot
parentcd5214f4ef9877cb0962e20cc6d727d64cb5b1f3 (diff)
change debug poke colors
Diffstat (limited to 'sys/arch/i386/stand/boot')
-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 */