-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add Windows support #22
Comments
|
tried |
and the result is...? |
wait a second |
what about |
same |
How about not specifying it at all? |
Wait, how much RAM does your system even have? |
5GB not used |
? As in you have 5GB RAM free? |
yes |
Well, I really don't see what's going on here. |
It may be an issue with qemu_anon_ram_alloc |
Yeah, it seems to be failing to allocate that memory region for some reason. I don’t understand why that would be the case though, potential upstream bug? |
So, does it work normally on linux? |
Yes, and macOS. |
I' m going to check t8030.c |
How many warnings do you get while building on Linux? |
Depending on the used compiler quite a few. |
@chris-pcguy msys2 windows11 x64 |
How many cores and how much memory? Where did you sourced the compiler? Are you running an unmodified copy of master? |
Original copy wont work. bzero is unavailable on windows and there are some other compatibly issues. |
ice lake i5-1035g4 8c16t 8gb ram @chris-pcguy |
I compiled with the regular way to compile qemu |
Chris cannot replicate this dram error with latest commit, but emulator also does not run, seemingly because of a bug with the kernel allocations (device tree is invalid). also, even if we fix this you can't install iOS because the companion uses a UNIX socket to connect to the virtualised iPhone |
When the machine is set to "t8030", it shows
cannot set up guest memory 'DRAM': Invalid argument
. However when the machine is set to any other model likevirt
works normallyThe text was updated successfully, but these errors were encountered: