Merge from vendor branch OPENSSH:
[dragonfly.git] / sys / boot / i386 / loader / version
1 $FreeBSD: src/sys/boot/i386/loader/version,v 1.8 2001/12/11 00:49:33 jhb Exp $
2 $DragonFly: src/sys/boot/i386/loader/Attic/version,v 1.3 2003/11/10 06:08:36 dillon Exp $
3
4 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
5 file is important.  Make sure the current version number is on line 6.
6
7 1.1:    New calling conventions for fopen.
8 1.0:    New semantics for finding the kernel, new boot.
9 0.8:    Set/getenv & cia, copyin/out.
10 0.7:    Supports large KVM
11 0.6:    Increased dictionary size -- supports loader.4th
12 0.5:    First release version
13 0.2:    Initial integration with BTX
14 0.1:    Initial i386 version, inspiration and some structure from the
15         NetBSD version.