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

Embed bios and uefi binaries #395

Merged
merged 9 commits into from
Dec 28, 2023
Merged

Commits on Oct 17, 2023

  1. Initial commit

    mysteriouslyseeing committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    69596a1 View commit details
    Browse the repository at this point in the history
  2. Run cargo fmt

    mysteriouslyseeing committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8be2588 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    12e3331 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    0f90f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5e3d9 View commit details
    Browse the repository at this point in the history
  3. Added new variant for FileDataSource

    Added new variant for FileDataSource and inlined now unnecessary functions
    mysteriouslyseeing committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    580cb42 View commit details
    Browse the repository at this point in the history
  4. Ran cargo fmt

    Removed an unnecessary comma
    mysteriouslyseeing committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3b312fc View commit details
    Browse the repository at this point in the history
  5. Re-added multiple mistakenly deleted #[cfg(feature)]

    Re-added multipl #[cfg(feature = "bios")] and #[cfg(feature = "uefi")]
    mysteriouslyseeing committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7bedb9c View commit details
    Browse the repository at this point in the history
  6. Changed build.rs to place dummy files in out_dir when under the "docs…

    …rs_dummy_build" cfg directive
    
    Changed build.rs to place dummy files in out_dir when under the "docsrs_dummy_build" cfg directive.
    mysteriouslyseeing committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    99a6e54 View commit details
    Browse the repository at this point in the history