From dc315e71ee8035dff83bf123daa23e0faf00f467 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 14 May 1998 20:59:13 +0000 Subject: change debug poke colors --- sys/arch/i386/stand/boot/srt0.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/stand') 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 */ -- cgit v1.2.3