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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Any way to run Windows or Mac on a tablet?

1 点作者 littlestitious将近 2 年前
What exactly prevents other operating systems to run on a mid-level tablet like Samsung S6?

2 条评论

voidbert将近 2 年前
Through virtualization (Termux + QEMU), it should be possible. However, unless you&#x27;re running Windows for ARM (no need for x86-64 emulation), you may get the performance of a Pentium III. Natively, though, those OSes simply don&#x27;t have drivers and bootloader for your tablet. If you were a systems programmer, you could write those yourself and, after months of work, you&#x27;d have something like <a href="https:&#x2F;&#x2F;www.worproject.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.worproject.com&#x2F;</a>
mattl将近 2 年前
Bootloaders, drivers, architecture, kernel extensions…