diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-25 23:28:59 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-25 23:28:59 +0000 |
commit | 33f5a79b43a07ce25fba3ea5532da8279c2541aa (patch) | |
tree | c11c49857eb255e81cfa922c30db238115f655d1 | |
parent | 37c9a7ed53fc307f5823db4c332076327f9e46bf (diff) |
and kill a now bogus comment
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 4 |
1 files 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 */ |