Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial fs implementation for UEFI #129700

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 21, 2024

  1. Initial fs implementation for UEFI

    - Only implementing basic file stuff for now.
    - Not implementing path::absolute right now since absolute UEFI paths
      will not be recognized as absolute path anyway.
    - Supports both UEFI shell mapping and device path text representation.
    - Follows closely UEFI shell file implementations.
    
    Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
    Ayush1325 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c60d97e View commit details
    Browse the repository at this point in the history