summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-29 20:10:57 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-29 20:10:57 +0000
commite2e0a0ec247cac60a3a270973ce60a9dcbc4317a (patch)
treefbe4aa5d6ec20c726f5a16c023125e553c91ed32 /sys/arch
parentd2be13a4e52195fbd332e83a2cb6fd4806ddbea2 (diff)
don't need NT stuff here, since we are mbr when we have the whole disk
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/stand/biosboot/biosboot.S4
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 */