This message was deleted.
# lima
a
This message was deleted.
💚 1
m
I have added a comment regarding
-cpu host
on https://github.com/lima-vm/lima/pull/894#issuecomment-1153168570 (but that's probably only theoretical and/or only for more esotic setups and likely not hit by Lima!)
b
Thank you for testing!
• Does NVMM supports ARM64 too? • Does QEMU’s virtio-9p-pci work on NetBSD too? (Even if not, it should be easy to support NetBSD?)
m
Hello Akihiro! Nope, NVMM supports only amd64 right now. Regarding virtio-9p-pci... I don't think that's supported neither (I have no idea how hard is to port it!)
b
There was no VMM for FreeBSD arm64 either, apparently it got stuck in review https://reviews.freebsd.org/D26976
Wonder if Windows works
Does NetBSD have any Linux jails (or LX zones) ? Or are you stuck with VM
Random guy on internet says it has chroot, but no OS-level virtualization in kernel
m
There is COMPAT_LINUX to run unmodified Linux binaries
But no, there isn't anything like FreeBSD jails or similar
b
Ah, like the linuxulator (syscalls) ? Or more like qemu/rosetta
m
It's on the syscall level, probably similar to linuxulator I guess 🙂
👍 1
b
The linuxulator is https://wiki.freebsd.org/Linuxulator, it never made it to Darwin sadly
We currently claim compatibility with Linux 3.2.0 in 12-STABLE and 4.4.0 in 14-CURRENT.
My limited exposure to NetBSD is through pkgsrc and various shared portabiliy concerns.
Added a PR to use
-cpu max
instead, where
-cpu host
is not available
m
Whoops, I was AFK sorry, thanks!