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

Mig Fixes #1513

Merged
merged 2 commits into from
May 11, 2024
Merged

Mig Fixes #1513

merged 2 commits into from
May 11, 2024

Commits on May 5, 2024

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

Commits on May 8, 2024

  1. Set Fall Back Arch To The Primary Arch For MIG

    I was looking through the build scripts in XNU to see how MIG is being used. While there are some cases where we need to explicitly set the arch to its 32-bit equivalent (ex: i386 instead of x86-64), those situations seem to be the exception rather than the norm.
    
    As a result, I don't think we should be hardcoding i386 as a fallback. We should use the primary architecture instead.
    CuriousTommy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0b6b8a3 View commit details
    Browse the repository at this point in the history