macOS 26 introduces the Containerization Framework: "enables developers to create, download, or run Linux container images directly on Mac"
-
Like, you can use the GPU on Linux…with Metal
wrote last edited by [email protected]virtio-gpu with Vulkan pass through for the VM with a Vulkan to Metal translator in host user space. There are various talks about this including at KVM forum: https://kvm-forum.qemu.org/2024/The_many_faces_of_virtio-gpu_F4XtKDi.pdf
-
This post did not contain any content.
Isn't macos unix already?
-
Isn't macos unix already?
@[email protected] It is certified to be UNIX, yes. But Linux is not UNIX. Not that it would matter if Linux was certified to be UNIX anyhow. UNIX is a certification that you go through and pay for. The kernel beneath is not necessarily binary compatible with other UNIX operating systems.
-
it's the year of the linux desktop without the year of the linux desktop.
It's everyday the year of Linux !
-
It supports Rosetta2, so yes.
Sweet, that will help me, although it takes away my last blocker allowing me to use my Linux box as my primary blocker.
I guess I will have to comain about performance or something.
-
This post did not contain any content.
Mac and Linux feel like cousins than ultra far apart at times.
-
So I guess now you can run some games.
Yeah, about that... Heroic game launcher is free and can run a loooooooot of pc games. It now runs pc steam directly.
-
If containers are part of your work then you wouldn't buy a 8GB RAM unupgradable device anyway.
wrote last edited by [email protected]You're right. I wouldn't, but someone did for me!
-
Isn't macos unix already?
It is based on Unix yeah but Linux and Unix are different enough.
-
This post did not contain any content.
You're doing it wrong. I want to run a macOS container on Linux
-
You're doing it wrong. I want to run a macOS container on Linux
wrote last edited by [email protected]How the GPU support, does it support Metal?!
-
You're right. I wouldn't, but someone did for me!
Bad IT departments are a PITA.
-
This post did not contain any content.
This isn't a Linux post.
-
This post did not contain any content.
Proud of you!
-
This post did not contain any content.
Embrace <-- You are here
Extend
Extinguish
Fuck Apple
-
You're right. I wouldn't, but someone did for me!
If it's a work computer, tell your IT department it's getting in the way of your job.
-
You're doing it wrong. I want to run a macOS container on Linux
But why?
-
virtio-gpu with Vulkan pass through for the VM with a Vulkan to Metal translator in host user space. There are various talks about this including at KVM forum: https://kvm-forum.qemu.org/2024/The_many_faces_of_virtio-gpu_F4XtKDi.pdf
Is Apple’s tech going to be using KVM machinery then, or are you just saying that it’s possible in general?
-
Is Apple’s tech going to be using KVM machinery then, or are you just saying that it’s possible in general?
wrote last edited by [email protected]No the Apple hypervisor is called hvf, but projects like rust-vmm and QEMU can control and service guests run on that hypervisor. No KVM required.
-
No the Apple hypervisor is called hvf, but projects like rust-vmm and QEMU can control and service guests run on that hypervisor. No KVM required.
Oh that’s cool! I thought virtio and such were KVM-specific things. I have never been super clear on the relationship between QEMU and the hypervisor itself, like where one ends and the other begins.