summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/i386/boot/version.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/boot/version.c b/sys/arch/i386/boot/version.c
index 6d4ef650ae7..a1658455293 100644
--- a/sys/arch/i386/boot/version.c
+++ b/sys/arch/i386/boot/version.c
@@ -1,9 +1,13 @@
-/* $OpenBSD: version.c,v 1.4 1996/09/28 08:13:50 deraadt Exp $ */
+/* $OpenBSD: version.c,v 1.5 1996/09/28 08:44:34 downsj Exp $ */
/* $NetBSD: version.c,v 1.28 1995/12/23 17:21:23 perry Exp $ */
/*
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
*
+ * 1.30 -> 1.31
+ * Allow booting from 2.88mb floppies (in 1.44mb mode) and
+ * move the filesystem insert stuff to the kernel.
+ *
* 1.29 -> 1.30
* Prefer a type 166 partition if found. 166 is the OpenBSD
* partition type.
@@ -63,4 +67,4 @@
* look in boot.c revision logs
*/
-char version[] = "1.30";
+char version[] = "1.31";