diff options
author | marcel <marcel@FreeBSD.org> | 2002-03-30 04:54:54 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2002-03-30 04:54:54 +0000 |
commit | 64a996484de482b9b6f2a8b00e8e32761e2882ca (patch) | |
tree | 53012d0a83441c633b19f0358918977dbb3d431f /sys/boot/efi/loader | |
parent | bafbd253600e10b1fa9bb51cd542d73e5d136d5b (diff) | |
download | FreeBSD-src-64a996484de482b9b6f2a8b00e8e32761e2882ca.zip FreeBSD-src-64a996484de482b9b6f2a8b00e8e32761e2882ca.tar.gz |
The EFI loader has been improved a lot since it was first added.
Most significantly (from an interfacing point of view) is the
support for the FPSWA pointer passing. Even though that was added
4 months ago, it's probably not a bad idea to bump the version
number to reflect this.
Diffstat (limited to 'sys/boot/efi/loader')
-rw-r--r-- | sys/boot/efi/loader/version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/version b/sys/boot/efi/loader/version index d49b5ef..ce84d78 100644 --- a/sys/boot/efi/loader/version +++ b/sys/boot/efi/loader/version @@ -3,5 +3,7 @@ $FreeBSD$ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. +0.2: Much improved version. Significant is the support for passing + the FPSWA interface pointer to the kernel. 0.1: Initial EFI version, germinated from the NetBSD i386 standalone, but enormously modified. |