|
|
|
|
|
by londons_explore
2052 days ago
|
|
You don't have to emulate the hardware directly. Since apples kernel is opensource, there's a good chance one could write a kernel driver for another GPU offering a sufficiently compatible interface. Nearly all GPU code will have software rendering fallbacks too, so the driver might just be enough to trigger those fallbacks. |
|
You could of course use the software renderer—I'd guess that probably still exists on Apple Silicon Macs for safe mode and such—but it wouldn't be pleasant...
Edit: Well, anyone besides nVidia, I suppose. But they're a big company, not a Hackintosh side project.