Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

新容器 #228

Open
ding567 opened this issue Nov 10, 2022 · 2 comments
Open

新容器 #228

ding567 opened this issue Nov 10, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@ding567
Copy link

ding567 commented Nov 10, 2022

Related problem

No response

Describe the solution you'd like

现在win11有arm版了,那么有没有直接在我们这些arm移动设备上安装win11arm虚拟机的方法呢?这样不用转译就能流畅运行win了吧

Describe alternatives you've considered

No response

Additional context and details

No response

@ding567 ding567 added the enhancement New feature or request label Nov 10, 2022
@2moe
Copy link
Owner

2moe commented Nov 12, 2022

如果cpu 或操作系统不支持或没有启用 “硬件虚拟化”,那么就算是相同架构,虚拟机跑起来也有可能没有你想象的那么快。

比如说:pixel 6 可以搞 kvm, 然后它跑 win11 arm64 虚拟机就很快很快。
可是其他手机/平板不一定能搞啊!然后速度可能会很慢很慢。

毕竟容器不是虚拟机,它们的抽象层次是不一样的。
虽然说你可以在容器里套一个虚拟机,也可以在虚拟机里套几个容器,但它们是有本质上的区别的。
此处就不对其区别进行探究了哈。


路要一步一步走。

其实我可以给 qemu-system-aarch64 写个前端(也就是俗称的“管理器”),然后我们可以用这个 “虚拟机管理器”
来配置虚拟机。

简单的 qemu 配置相当简单,一行命令就能搞定,不用管理器也可以。
复杂的 qemu 相当复杂,如果对相关领域不熟悉的话,那还是挺难理解的。

说实话,我觉得搞这个东西太花时间了,真的没什么动力呀!

@ding567
Copy link
Author

ding567 commented Nov 13, 2022

讲得好通透哈哈,谢谢讲解

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants