From 5a1dd527bbb160d3ab244a54d252480f7fe9c2f8 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 29 Aug 1997 21:16:49 +0000 Subject: use symbolic name for signature value --- sys/arch/i386/stand/biosboot/biosboot.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index 0f7eb34bd7b..bf9c238ec4f 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.S +++ b/sys/arch/i386/stand/biosboot/biosboot.S @@ -1,4 +1,4 @@ -/* $OpenBSD: biosboot.S,v 1.17 1997/08/29 20:10:56 mickey Exp $ */ +/* $OpenBSD: biosboot.S,v 1.18 1997/08/29 21:16:48 mickey Exp $ */ .file "bootbios.S" @@ -338,4 +338,4 @@ _partitions: . = 0x200 - 2 /* a little signature */ - .word 0xaa55 + .word DOSMBR_SIGNATURE -- cgit v1.2.3