From e3464869a70cf46fb7531183e88b59c4935b4dcc Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sun, 14 Sep 1997 07:02:06 +0000 Subject: Add cd9660 support. OpenBSD/hp300 boots from SCSI CD-ROM now. --- sys/arch/hp300/stand/common/version.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch/hp300/stand/common') diff --git a/sys/arch/hp300/stand/common/version.c b/sys/arch/hp300/stand/common/version.c index 932fb1c95fc..3cd86c63e3b 100644 --- a/sys/arch/hp300/stand/common/version.c +++ b/sys/arch/hp300/stand/common/version.c @@ -1,4 +1,4 @@ -/* $OpenBSD: version.c,v 1.1 1997/07/14 08:14:30 downsj Exp $ */ +/* $OpenBSD: version.c,v 1.2 1997/09/14 07:02:02 downsj Exp $ */ /* * Record major changes in the boot code here, and increment the version @@ -12,6 +12,8 @@ * * 2.2 Grand reorganization. * + * 2.3 Added CD9660 boot support. + * */ -const char version[] = "2.2"; +const char version[] = "2.3"; -- cgit v1.2.3