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

Added 0x01001b36 to the IOPCIPrimaryMatch in the Info.plist of the kext #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Info-FB.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<key>IOMatchCategory</key>
<string>IOFramebuffer</string>
<key>IOPCIPrimaryMatch</key>
<string>0x11111234 0xbeef80ee</string>
<string>0x11111234 0xbeef80ee 0x10501af4 0x01001b36</string>
<key>IOProbeScore</key>
<integer>30100</integer>
<key>IOProviderClass</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An IOFramebuffer driver for the QEMU Virtual Video Controller (QEMU default vga)

# Download

To download release binaries, [see the releases page](https://github.com/ivanagui2/VMQemuVGA/releases).
To download release binaries, [see the releases page](https://github.com/startergo/VMQemuVGA/releases).

# License

Expand Down