diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-29 21:16:49 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-29 21:16:49 +0000 |
commit | 5a1dd527bbb160d3ab244a54d252480f7fe9c2f8 (patch) | |
tree | f24215a514bd696a8ac52d9c8d9b30b339014f3f /sys | |
parent | 2723274c5d03601136758ab9fa17c0c4ee96574d (diff) |
use symbolic name for signature value
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 4 |
1 files changed, 2 insertions, 2 deletions
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 |