Skip to main content

Questions tagged [emulation]

Filter by
Sorted by
Tagged with
5 votes
1 answer
794 views

QEMU documentation describes the options -nographic vs -display none. However I'm confused by them. What exactly they are supposed to do and which is the difference ?
CarloC's user avatar
  • 385
0 votes
0 answers
155 views

So I'm trying to get Qemu to use more cores on my Raspberry Pi 4b due to the poor performance on emulating Windows 10, but it seems to be using one of the cores, but not any others. I did use the -smp ...
LilData777's user avatar
1 vote
0 answers
376 views

Am currently trying to automate running emacs on a Distrobox container (the Docker container is silex/emacs:29.2-alpine, although I've also tried silex/emacs:29.2 which uses a Debian image), and am ...
shintuku's user avatar
  • 143
-1 votes
1 answer
85 views

I am just a newbie that is trying to learn. I can't see anything in the OLED display (ssd0303). I am just using this demo: https://www.freertos.org/portlm3s811keil.html as you can see it says that: ...
Allexj's user avatar
  • 265
1 vote
0 answers
444 views

The Google Android emulator requires execheap permissions, otherwise it segfaults when SElinux is in enforcing mode. For those who are not familiar with the Android emulator: It uses a forked version ...
a.ilchinger's user avatar
1 vote
0 answers
365 views

I am trying to boot fedora vm on Linux Test Pc from qemu. It actually shows the temporary password for first login. But when I try that password it is saying Login is Incorrect. I don't know why the ...
PODILI CHAITANYA AKHIL KUMAR's user avatar
3 votes
0 answers
353 views

I am trying to run some programs on an Ubuntu ARM64 machine with Box86 (in this case, Steam). While starting up it crashes, and I noticed in the console the following errors: Error loading needed lib ...
GospelBG's user avatar
1 vote
1 answer
3k views

In Debian11/KDE with Wayland I can't launch games anymore with the Dolphin emulator. Created a bug report with some more details here. Don't know if that's due to building a newer version of Dolphin ...
mYnDstrEAm's user avatar
  • 4,896
1 vote
1 answer
2k views

Got a steamdeck recently and have been setting it up for emulation. It's running SteamOS 3.0 which, from what I could find, is based on Arch Linux. I need two versions of PPSSPP. The latest build for ...
Kieren's user avatar
  • 13
0 votes
1 answer
247 views

Is there any performance overhead due to android emulation on linux since android uses a linux kernel. Does it utilize the underlying kernel to achieve minimum performance overhead similar to a ...
atg greg's user avatar
2 votes
2 answers
10k views

Let's assume I have a laptop with ARM processor, such as the newer macbooks, and I have an x86 operating system (assuming no port to arm exists) image, for example an old linux distro where a ...
boredaf's user avatar
  • 181
0 votes
0 answers
798 views

Why does DosBox not see any files in the directory, please?
Elena Greg's user avatar
0 votes
1 answer
2k views

I'm looking to set up an emulator so that its emulated Ethernet interface acts like a real one connected to my LAN. For this example, I'm going to use the address 192.168.120.6 for the Linux host on ...
Jay Maynard's user avatar
0 votes
1 answer
565 views

so I've been trying to boot up a raspberry pi using qemu but after I put start.bat in and let qemu work for a bit it says It won't let me enter My start.bat file has qemu-system-arm -kernel kernel-...
Kai's user avatar
  • 1
0 votes
1 answer
695 views

Some time ago I ran an ARM android image inside the android AVD in my x86 system and it was too slow to even move the cursor smoothly. Since it needs to actually translate ARM instructions to x86 on ...
Parsa Mousavi's user avatar
1 vote
0 answers
1k views

I'm trying to emulate a raspberry pi using an x86 system and qemu. I'm trying to launch it like: $ qemu-system-arm -kernel ~/Downloads/kernel-qemu-4.19.50-buster -cpu arm1176 -m 256 -M versatilepb -...
stdcerr's user avatar
  • 2,109
3 votes
0 answers
735 views

I'm trying to build a portable cross-arch Docker container using QEMU. However, depending on the host system and the programs installed on the host the container behaves differently. Running the ...
Areopag's user avatar
  • 31
5 votes
1 answer
881 views

Is there a reasonably easy way to run NeWS (Network-extensible Window System, a PostScript-based window system made by researchers at Sun in the 1980s) on current computers?
Lassi's user avatar
  • 891
1 vote
1 answer
715 views

I'm trying to setup transparent x86 emulation on Raspbian according to this tutorial: https://wiki.debian.org/QemuUserEmulation. The issue is that after enabling multiarch and running sudo apt-get ...
AdamK's user avatar
  • 13
0 votes
1 answer
108 views

I would like to run MS-DOS 2.0 , that has been republished as free software, in dosemu. I followed the instructions at www.dosemu.org and added $_hdimage = "/home/absmeier/workbench/DOS/VM/DOSC" ...
abseabsmeier's user avatar
1 vote
0 answers
141 views

I am building a Debian virtual machine inside UML, but it is hanging. Here is my shell script for the construction: #!/bin/bash # Let's make sure we're updated printf "\nUpdating...\n" apt update ...
Sam Vidovich's user avatar
1 vote
1 answer
294 views

I am trying to install Linux Compatability on my FreeBSD 11.0-RELEASE-p9 #0. I followed the guide at freebsd docs. In particular, I successfully installed pkg install emulators/linux_base-c6. ...
mareoraft's user avatar
  • 649
15 votes
4 answers
10k views

Is the MMU (Memory Management Unit) chip necessary for a processor to have virtual memory support? Is it possible to emulate MMU functionality in software? (I am aware that it will probably have a ...
yoyo_fun's user avatar
  • 895
2 votes
1 answer
572 views

I'm building vice from source (r33116) in Ubuntu 14.04 and get this from ./configure: INPUT ----- Joystick support : yes Mouse support : yes Lightpen support : yes ...
Lucas Walter's user avatar
2 votes
1 answer
5k views

I have a historical binary ObjectGeode which is only able to work on SUN SPARC machine with Solaris OS (doesn't matter which Solaris version). My questions are: How can I run the program without Sun-...
roll's user avatar
  • 23