diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-25 22:37:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-25 22:37:16 +0000 |
commit | 1637b1f855761729f7852a59cb56630e5aecf3b2 (patch) | |
tree | 7922047de446e30f549054ea9ae61117f8c6f40e /sys/arch/i386 | |
parent | a0a65bded79703ad8ffb28fe61dc85effff3754e (diff) |
this monkey has not been a mbr for a couple of years already
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index e34419d43f4..842e7abcf8c 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.29 2002/02/21 18:39:46 tdeval Exp $ */ +/* $OpenBSD: biosboot.S,v 1.30 2002/06/25 22:37:15 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff, Tobias Weingartner @@ -335,24 +335,6 @@ _block_table: .byte 0 /* nsect */ . = _block_table + BLKCNT*4 -#ifdef BEMBR - . = 0x1b8 - .space 4, 0 /* NT registry offset from James C. Cortilier III */ - - . = DOSPARTOFF - .globl _partitions - /* throw in a partition in case we are block0 as well */ - /* flag, head, sec, cyl, typ, ehead, esect, ecyl, start, len */ -_partitions: - .byte DOSACTIVE, 0, 1, 0, DOSPTYP_OPENBSD, 255, 255, 255 - .long 0,50000 - .byte 0,0,0,0,0,0,0,0 - .long 0,0 - .byte 0,0,0,0,0,0,0,0 - .long 0,0 - .byte 0,0,0,0,0,0,0,0 - .long 0,0 -#endif . = 0x200 - 2 /* a little signature */ .word DOSMBR_SIGNATURE |