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

Change macOS mmap tag to fix conflict with IOAccelerator #909

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

Commits on Jun 10, 2024

  1. Change macOS mmap tag to fix conflict with IOAccelerator

    Tag 100 is assigned to "IOAccelerator" (the GPU driver stack on Apple silicon), which makes for confusing output when debugging.
    
    To avoid conflicts, use a tag in the reserved application-specific range from 240–255 (inclusive).
    
    All assigned tags: https://github.com/apple-oss-distributions/xnu/blob/94d3b452840153a99b38a3a9659680b2a006908e/osfmk/mach/vm_statistics.h#L773-L775
    kdrag0n authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e8b5e51 View commit details
    Browse the repository at this point in the history