Questions tagged [emulation]
132 questions
47
votes
5 answers
Is it possible to resize a QEMU disk image?
If possible, what happens to the partitions within it? Are they automatically resized as well (doubtful), or is there just a new block of unused space following them?
Richie Marquez
- 2,042
36
votes
3 answers
Why won't Windows EXE files work on Linux?
What is different about the way Windows runs an executable and Linux runs an executable? Why did they have to be different? Besides, why don't Linux executables have a file extension?
I'm not asking about how to make a EXE file work on Linux.
I'm…
Nav
- 1,089
22
votes
4 answers
How does virtualizing differ from emulation, in terms of structure?
Someone told me that a virtualizing program like VirtualBox does not work like an emulator does in the sense that it doesn't emulate registers and uses the actual ones for the virtualized data that are on the CPU. Emulators must emulate the…
tons bons
- 221
21
votes
4 answers
Any Way to run Mac OSX software under Windows?
I know that you cannot run MacOSX within a virtual machine, but I am curious if there is something similar to WINE that emulates MacOSX enough to allow running some MacOSX software under Windows. Maybe even through application…
Jim McKeeth
- 5,127
17
votes
2 answers
Is there software to fully emulate a USB hard drive?
Does anyone know a Windows program that can mount disk images and emulate a physical USB hard drive, including properties like the serial number?
I already found software to emulate CDs and DVDs like Daemon Tools, but that's not for emulating hard…
Jonathan
- 307
16
votes
7 answers
Can machine code be translated to a different architecture?
So this is kind of related to a question about running a Windows server on ARM. So the premise of my question is, can machine code be translated from one architecture to another in order to execute a binary on an architecture different than the one…
Kibbee
- 1,450
14
votes
2 answers
netem for Mac OS X to emulate network latency and dropped packets
I'm looking for an open source/free network emulator tool that I could use on Mac OS X, to simulate a slow network connection, limited bandwidth and other network characteristics such as dropped packets etc for both UDP/TCP connections (or even on…
Dougnukem
- 333
11
votes
1 answer
How to emulate ARM64 programs in Windows X64 with Qemu?
I've downloaded the Windows ARM64 ISO from https://uup.rg-adguard.net/ and open it with Qemu as in this article. But Qemu is so slow to emulate the whole Windows ARM64 OS (I know emulation << hypervisor). Hence I thought if it possible to emulate a…
Biswapriyo
- 11,584
9
votes
1 answer
How To Change The Floppy Image Of Qemu?
I'm developing my own OS, but I'm having some problems with Qemu, because I need to change the floppy image from grub.img to os.img while the emulation is running, but how can I do this?
Nathan Campos
- 377
7
votes
2 answers
Emulation of a ARM Cortex M4 processor
Does QEMU support Cortex M4 emulation? Also the controller(hardware) I am trying to emulate is bare metal implementation ( FreeRTOS ), is it possible to implement such scenario in QEMU? or a OS image is must?
Edit: The better question would be does…
Chandrika Joshi
- 225
6
votes
6 answers
How can I print with DosBox?
I'm looking for a version of dosbox with print support
I saw the answers to this question Using a printer in Dosbox but I didn't manage to make it work
Sam
- 85
6
votes
3 answers
Is there a usable Amiga CD32 Emulator?
I know that UAE is a pretty good Amiga Emulator, but it seems aimed to emulatr an Amiga 500 or a 1200. While the CD32 is similar to the Amiga 1200 - 68EC020 CPU, 2 MB ChipRAM, AGA - it has a special Chip, the Akiko, which does not seem to be…
Michael Stum
- 3,101
6
votes
3 answers
USB to USB CD ROM emulator
I'm wondering if anyone knows of a CDROM emulator that runs on Linux. I want to emulate this configuration:
[CDROM DRIVE]----USB CABLE----[COMPUTER UNDER TEST]
Where [COMPUTER UNDER TEST] is a computer that boots from a physical CD inserted into…
JohnnyLambada
- 361
5
votes
4 answers
Copy files from Mac OS 9 to Windows 7?
Today I fired up a PowerMac 9500 that's been sitting dormant for 10 years, and I want to copy the data files over to my Windows 7 system (NTFS). The Mac is running OS 9 and, after some fiddling around for a while, I am able to copy files over to…
b w
- 2,784
5
votes
3 answers
how to run DOSBox in command line without opening it in a new window
how to run DOSBox using the default windows command line, (without opening it in a new window),
editing the source code of DOSBox is a solution, but i want to know if there is no other solution before rebuilding DOSBox.
else
is there any other…
younes zeboudj
- 233