diff options
author | 1996-09-28 08:44:34 +0000 | |
---|---|---|
committer | 1996-09-28 08:44:34 +0000 | |
commit | 9a9e01ea5fac59d8bc5beee94d66c0b48d37091e (patch) | |
tree | 1cb053f95dce99323d0d4d09cf69c6453226cb72 | |
parent | Add floppy filesystem goop. (diff) | |
download | wireguard-openbsd-9a9e01ea5fac59d8bc5beee94d66c0b48d37091e.tar.xz wireguard-openbsd-9a9e01ea5fac59d8bc5beee94d66c0b48d37091e.zip |
..and update it again.
-rw-r--r-- | sys/arch/i386/boot/version.c | 8 |
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"; |