Skip to content

Commit

Permalink
version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Feb 1, 2016
1 parent 1b5f698 commit 18cf655
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
For detailed information about the changes below, please see the git log or
visit: https://github.com/pbatard/efifs

v0.8 (2016.02.01)
* Add x86_32 (ia32) 32-bit drivers
* Switch to Visual Studio 2015
* Update OVMF download
* Update GRUB and gnu-efi to latest

v0.7 (2014.12.17)
* Add Visual Studio 2013 build support
* Switch to using Visual Studio 2013 to build binaries - the drivers are now much smaller!
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ For additional info as well as precompiled drivers, see http://efi.akeo.ie
* [_gcc_] Go to the `src` directory and run `make` or `make install`.

* __Testing__:
The Visual Studio solution automatically sets QEMU up to run and will test the drivers
(by also downloading a sample image for each target file system).
The Visual Studio solution automatically sets QEMU up to run and test the drivers (by
also downloading a sample image for each target file system). Note however that VS
debugging expects a 64-bit version of QEMU to be installed in "C:\Program Files\qemu\".
If that is not the case, please edit .msvc\debug.vbs accordingly.
For testing with gcc, make sure you have at least one disk with a target partition using
the target filesystem, that is not being handled by other EFI filesystem drivers.
Then boot into the EFI shell and run the following:
Expand Down
2 changes: 1 addition & 1 deletion src/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

/* Driver version */
#define FS_DRIVER_VERSION_MAJOR 0
#define FS_DRIVER_VERSION_MINOR 7
#define FS_DRIVER_VERSION_MINOR 8
#define FS_DRIVER_VERSION_MICRO 0

#ifndef ARRAYSIZE
Expand Down

0 comments on commit 18cf655

Please sign in to comment.