summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-09-28 08:44:35 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-09-28 08:44:35 +0000
commit79846578d356280eb64ce3f945a219581e5aa7e8 (patch)
tree9c7f87f9f9b3f161fdb955192c563624f2f9e2af /sys
parenta40b7ec705839b13f0147da14220783871e3eaef (diff)
..and update it again.
Diffstat (limited to 'sys')
-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";