目录
MOOS
编译
编译要求
特色
MOOSMOOS ( My Own Operating System )是一个使用.NET Native AOT技术编译的C# 64位操作系统。项目地址:https://github.com/nifanfa/MOOS
编译关于编译MOOS的信息,请阅读 编译维基页面:https://github.com/nifanfa/MOOS/wiki/。
编译要求-
VMware Workstation Player - https://www.vmware.com/products/workstation-player.html
-
Visual studio 2022 - https://visualstudio.microsoft.com/
-
QEMU - https://www.qemu.org/download 或 VMWare ( 注意,VMware不支持USB键鼠模拟。)
-
Windows 10-11 x64或x86
-
8GB Ram
原文地址