From 33f5a79b43a07ce25fba3ea5532da8279c2541aa Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 25 Jun 2002 23:28:59 +0000 Subject: and kill a now bogus comment --- sys/arch/i386/stand/biosboot/biosboot.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index 842e7abcf8c..c7c91cc291f 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.30 2002/06/25 22:37:15 mickey Exp $ */ +/* $OpenBSD: biosboot.S,v 1.31 2002/06/25 23:28:58 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff, Tobias Weingartner @@ -39,7 +39,7 @@ #define addr32 .byte 0x67 #define data32 .byte 0x66 -#define BLKCNT 12 /* Max without colliding with the partition table */ +#define BLKCNT 12 #define BOOTSEG 0x07c0 /* boot loaded here */ #define BOOTSTACK 0xfffc /* stack starts here */ -- cgit v1.2.3