TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Using the OS X 10.10 Hypervisor Framework: A Simple DOS Emulator

162 点作者 creolabs超过 9 年前

4 条评论

ShinyCyril超过 9 年前
Worth noting is xyhve [0], a virtualisation solution written by the author of this article.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;mist64&#x2F;xhyve" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mist64&#x2F;xhyve</a>
wila超过 9 年前
While I love that this is open source and will certainly look into the details. It might be interesting to know that there&#x27;s already a commercial product out as well using the native Hypervisor Framework.<p>Maybe more as one, but I am only aware about Veertu from Ravello systems.<p>See also this article from Maish:<p><a href="http:&#x2F;&#x2F;technodrone.blogspot.com&#x2F;2016&#x2F;01&#x2F;native-mac-osx-virtualization-with.html" rel="nofollow">http:&#x2F;&#x2F;technodrone.blogspot.com&#x2F;2016&#x2F;01&#x2F;native-mac-osx-virtu...</a>
评论 #10858317 未加载
评论 #10858077 未加载
jbssm超过 9 年前
I wonder is this opens the door to PCI passthrough in order for the guest system to directly access the GPU.<p>That is the turning point in all this. No more bootcamp to windows to play games and no more hassle configuring CUDA in OSX, you can just use it from a Linux VM and have all your development system there.
评论 #10858420 未加载
评论 #10858558 未加载
chillingeffect超过 9 年前
I like the way pagetable used to be all 8-bit stuff, then suddenly leaped about 30 years forward in time with this hack. Unpredictable hackers :)