Coder Social home page Coder Social logo

bmaury-bouet / efifs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pbatard/efifs

0.0 1.0 0.0 632 KB

EFI FileSystem drivers

Home Page: http://efi.akeo.ie

License: GNU General Public License v3.0

C++ 21.34% Visual Basic 4.38% Shell 0.48% Makefile 2.78% C 71.03%

efifs's Introduction

efifs - EFI File System Drivers

This is a GPLv3+ implementation of standalone EFI File System drivers, based on the GRUB 2.0 read-only drivers.

For additional info as well as precompiled drivers, see http://efi.akeo.ie

  • Requirements:

  • Compilation:

    • [Common] Fetch the git submodules with git submodule init and git submodule update.
    • [Visual Studio] Apply the included patch to the grub\ subdirectory.
    • [Visual Studio] Open the solution file and hit F5 to compile and debug the default driver.
    • [gcc] Run make in the top directory. This creates the gnu-efi and grub libraries.
    • [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). 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:

    • load fs0:\<fs_name>_<arch>.efi or wherever your driver was copied
    • map -r this should make a new fs# available, eg fs2:
    • You should now be able to navigate and access content (in read-only mode)
    • For logging output, set the FS_LOGGING shell variable to 1 or more
    • To unload use the drivers command, then unload with the driver ID
  • Notes:
    This is a pure GPLv3+ implementation of an EFI driver. Great care was taken not to use non GPLv3 compatible sources, such as rEFInd's fsw_efi (GPLv2 only) or Intel's FAT driver (requires an extra copyright notice).
    Also note that the EDK2 files from the include directory use a BSD 2-Clause license, which is compatible with the GPL.

efifs's People

Contributors

pbatard avatar srs5694 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.