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

Return a SimpleFileSystem from BootServices::get_image_file_system #886

Merged
merged 1 commit into from Jul 3, 2023

Conversation

nicholasbishop
Copy link
Contributor

This reverts a small change from: #472

If using the library without the alloc feature enabled, FileSystem isn't available, but you might still want access to the image's file system via the underlying protocol.

The high-level API is still easily accessible via FileSystem::new.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

This reverts a small change from: rust-osdev#472

If using the library without the `alloc` feature enabled, `FileSystem` isn't
available, but you might still want access to the image's file system via the
underlying protocol.

The high-level API is still easily accessible via `FileSystem::new`.
@nicholasbishop nicholasbishop merged commit 7cfaf19 into rust-osdev:main Jul 3, 2023
12 checks passed
@nicholasbishop nicholasbishop deleted the bishop-get-image-fs branch July 3, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants