diff options
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 |