문제

Can I create a custom operating system that supports both Windows and Linux applications?

How can I do that and what knowledge should I have?

Is this a good start?

Thanks.

도움이 되었습니까?

해결책

This can kind of be done though using Linux and Wine however it is not perfect.

The issue is Windows is not open source and is VERY big so it is not very easy to perfectly emulate what that operating system is doing behind the scenes. This is especially hard with undocumented API calls many programs like to use on Windows.

I do not know of anything that lets you run Mac on Linix without using a VM.

It is very unlikely there will ever be "one OS to rule them all" but with tools like Wine and using virtualization with things like VMWare's Unity Mode to give the affect of another OS's program running on your system.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top