# M1 맥에서 MS윈도우 ARM버전 가상화 성공

> Clean Markdown view of GeekNews topic #3270. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3270](https://news.hada.io/topic?id=3270)
- GeekNews Markdown: [https://news.hada.io/topic/3270.md](https://news.hada.io/topic/3270.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-11-28T09:55:14+09:00
- Updated: 2020-11-28T09:55:14+09:00
- Original source: [macrumors.com](https://www.macrumors.com/2020/11/27/developer-successfully-virtualizes-windows-on-m1/)
- Points: 10
- Comments: 1

## Topic Body

- QEMU를 사용해서 에뮬레이션 없이 M1 맥OS에 윈도우 ARM64버전을 실행

- 윈도우 ARM64 버전은 내부에서 x86 윈도우 어플리케이션을 에뮬레이션 하여 실행 가능

ㅤ→ Rosetta 2 만큼 빠르진 않지만 거의 비슷한 성능

ㅤ즉, M1 ARM macOS → QEMU → Windows ARM64 → MS의 x86에뮬레이션 → x86 윈도우 앱 실행

## Comments



### Comment 3625

- Author: xguru
- Created: 2020-11-28T09:55:34+09:00
- Points: 2

애플이 x86 윈도우 앱을 에뮬레이션해줄 일은 없으니,

ARM버전 윈도우를 올리고 그 안에 MS가 만든 x86 에뮬레이션 코드를 사용하는 거군요.

ARM에서 x86 에뮬레이션이 작동하는 방식

- https://docs.microsoft.com/ko-kr/windows/uwp/porting/apps-on-arm-x86-emulation
