diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-02-21 18:39:47 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-02-21 18:39:47 +0000 |
commit | e82566c65da30d702e9483fdf1b0d07c15b8770b (patch) | |
tree | 6adc71b31e87450cf7b87cef20fdd031099ebce9 /sys/arch/i386 | |
parent | a3ac4983103a02e05547ef723f8bd4a606f3c355 (diff) |
Pasto. Ok mickey@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index a40222424cb..e34419d43f4 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.28 1998/07/04 08:56:41 deraadt Exp $ */ +/* $OpenBSD: biosboot.S,v 1.29 2002/02/21 18:39:46 tdeval Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff, Tobias Weingartner @@ -339,9 +339,6 @@ _block_table: . = 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 */ . = DOSPARTOFF .globl _partitions /* throw in a partition in case we are block0 as well */ |