qemu-ios
qemu-ios copied to clipboard
A QEMU emulator for legacy Apple devices
I'm on Windows 11 and I'm fairly new to VM's. I built everything up but when running the last command it shows multiple errors all talking about some other .dll...
1. Grab the source code (you might wanna install **build-essential** and **git** if you haven't already: `git clone https://github.com/devos50/qemu-ios.git` 2. `cd qemu-ios` and `./configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --extra-cflags=-I/usr/include/openssl...
Hi! I wonder if there are any plans of this being able to run in vnc. Currently I get an apple logo and a lot of ``` unexpected CLCD interrupt:...
``` # ./arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=../bootrom_240_4,nand=../nand,nor=.. -serial mon:stdio -cpu max -m 2G -d unimp (C:\msys64\home\redacted\qemu-ios\build\arm-softmmu\qemu-system-arm.exe:11600): Gdk-WARNING **: 20:4 3:51.527: Could not open registry key 'SYSTEM\CurrentControlSet\Control\Keyboard Layouts\00030402'. Error code: 2 (C:\msys64\home\redacted\qemu-ios\build\arm-softmmu\qemu-system-arm.exe:11600): Gdk-WARNING...
What tool was used to extract `Snowbird3A101a.N45Bundle/System/Library/Caches/com.apple.kernelcaches/kernelcache.s5l8900xrb`? `joker` gives me: ``` mmapped: 0x125ade000 still HERE Feeding me a compressed kernelcache, eh? That's fine, now. I can decompress! Compressed Size: 3319004,...
-bash: ../configure: No such file or directory make: *** No targets specified and no makefile found. Stop.
when i use the command to run it from the paths to the images i keep running into this error zsh: parse error near `\n' if anyone can help thanks!
Hey there @devos50, Recently I got your emulator to run on my system, and for the most part the functionality is great. One thing I noticed was when the power...
A good addition to the readme file is the addition of a checklist, to track which components are emulated and/or planned to be emulated with this project.