mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
7608f7cb80
commit
4e357dbc58
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue