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

Revamp of BIOS handling #423

Merged
merged 2 commits into from
Sep 15, 2024
Merged

Revamp of BIOS handling #423

merged 2 commits into from
Sep 15, 2024

Conversation

michael-j-green
Copy link
Member

Many of the platforms are similar enough to other platforms that they'll share the same BIOS files.

The current storage method stores BIOS files per platform, meaning that files can be duplicated multiple times to satisfy the requirements of each platform.

This change stores the files as their hash with a .bios extension (example: 85ad74194e87c08904327de1a9443b7a.bios) in a flat directory structure. This allows BIOS files that are used by multiple platforms to be shared without duplication.

@michael-j-green michael-j-green added the enhancement New feature or request label Sep 15, 2024
@michael-j-green michael-j-green added this to the v1.8.0 milestone Sep 15, 2024
@michael-j-green michael-j-green self-assigned this Sep 15, 2024
@michael-j-green michael-j-green merged commit c8140d7 into main Sep 15, 2024
4 checks passed
@michael-j-green michael-j-green deleted the bios-revamp branch September 15, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant