-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 32-bit freezes after loading PE #807
Comments
The emulated CPU does not support SSE3 and higher instruction sets, so the latest windows version that will work is Windows 8 build 8133 |
I've experemented with Windows 8 Betas and found that in QEMU 8133 boots without PAE, but 8148 won't. If I disable PAE in CPUID I get the same result as in QEMU with pae=off. So, problem may be in PAE. Edit: Patched Windows 8.1 boots in QEMU without PAE, but in v86 it doesn't boot, so I don't know. |
oh so its PAE, that's why 👀 |
Can confirm that there's no change in OS support after the recent addition of SSE3 |
well... android-x86 4.4-r2 🙂
…________________________________
From: Carter ***@***.***>
Sent: Thursday, September 21, 2023 4:27 PM
To: copy/v86 ***@***.***>
Cc: Ryan ***@***.***>; Comment ***@***.***>
Subject: Re: [copy/v86] Windows 10 32-bit freezes after loading PE (Issue #807)
Can confirm that there's no change in OS support after the recent addition of SSE3
—
Reply to this email directly, view it on GitHub<#807 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQQXXR6YBM5BP4U5RMMCNQDX3RFEDANCNFSM6AAAAAAVLE4JWM>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I meant more specifically in terms of Windows Support with Windows 8 Build 8133 and beyond, probably should've specified that lol |
It's probably #845 now. |
@iocmet You can comment out those assertions (they are only there to not miss new MSRs). But you'll most likely run into one of the other unimplemented hardware features afterwards. |
It appears that Windows 10 32 bit will freeze after loading the PE on the ISO image.
It will show the Windows logo successfully, and read the entire Windows PE image, and then stop. The speed goes to about 200 mIPS, and stays there until the tab is closed.
I used Tiny 10 (32 bit) to run Windows 10.
The text was updated successfully, but these errors were encountered: