diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-14 07:02:06 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-14 07:02:06 +0000 |
commit | e3464869a70cf46fb7531183e88b59c4935b4dcc (patch) | |
tree | d6ac95b78856f4664ba5d81a59dcf61555f4289d /sys/arch/hp300/stand/common | |
parent | e3d492b3f7f5c906c1ab2842bbf4088bfef35b8b (diff) |
Add cd9660 support. OpenBSD/hp300 boots from SCSI CD-ROM now.
Diffstat (limited to 'sys/arch/hp300/stand/common')
-rw-r--r-- | sys/arch/hp300/stand/common/version.c | 6 |
1 files changed, 4 insertions, 2 deletions
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"; |