diff options
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index bad1308f5a7..0f7eb34bd7b 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.16 1997/08/29 19:47:23 mickey Exp $ */ +/* $OpenBSD: biosboot.S,v 1.17 1997/08/29 20:10:56 mickey Exp $ */ .file "bootbios.S" @@ -322,8 +322,6 @@ _block_table: _block_count: .byte BLKCNT /* entries in _block_table */ - . = 0x1b8 - .space 4, 0 /* (MBR) NT registry offset from James C. Cortilier III */ . = DOSPARTOFF .globl _partitions /* throw in a partition in case we are block0 as well */ |