All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

OpenBSD/arm64 Now Compatible as Guest OS Under Apple Hypervisor

By

gpi

4mo ago· 2 min readenNews

Summary

OpenBSD/arm64 now functions as a guest operating system under Apple Hypervisor following recent commits by developers Helg Bredow and Stefan Fritsch. The changes involve fixing viogpu_wsmmap() to return a physical address instead of a kva, which resolves issues with QEMU compatibility. This technical development enables OpenBSD to run on Apple's virtualization platform for ARM64 architecture.

Key quotes

· 3 pulled
OpenBSD/arm64 now works as a guest operating system under the Apple Hypervisor.
Following a recent series of commits by Helg Bredow (helg@) and Stefan Fritsch (sf@)
viogpu_wsmmap() returns a kva but instead should return a physical address via bus_dmamem_mmap(9). Without this, QEMU wo
Snippet from the RSS feed
Following a recent series of commits by Helg Bredow (helg@) and Stefan Fritsch (sf@), OpenBSD/arm64 now works as a guest operating system under the Apple Hypervisor.

You might also wanna read