-
Notifications
You must be signed in to change notification settings - Fork 4
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
Building fails on armv7 #2
Comments
Yes, that is not surprising since it's x86 only, this repository is my "playground" only, by forking the official Fake86. Not so much meant as general usage. But thanks for the info, honestly I've never tried on anything else than x86 based Linux too much because of the mentioned reason. Using KVM (Kernel-based Virtual Machine) is (/was) an experiment of mine not to use CPU emulation but a lightweight virtual machine, however KVM does not present on Linux kernels using ARM processors, what Raspberry has for example. By the way, you may want to edit |
I see, that's fair enough. I was surprised to not find any 8088 emulation available in the debian repositories and when I did a general search this project came up. I think there's another one called i8086 but it has all GTK2 bindings which no longer work. Qemu also has very difficult to grasp documentation. I couldn't figure out which was the oldest intel model it emulated, like 286 for example. |
Well, fake86 was a kind of "experimental" and "feels-to-be-half-finished" project of the author. So I wouldn't think it's a good general purpose "PC emulator". I am not sure if PCem is better, which is much more mature of course with tons of emulated CPUs and hardware components. But for general PC emulation for running DOS based stuff, maybe DOSBOX is ideal already. To be honest, I haven't tried anything "PC emulating" on the raspberry pi yet. My Fake86 fork (this repository) is just an experiment to see how the original one worked (and what's better way to study it, than trying to modify it!) and maybe help to write my own PC emulator later, but it's neither a serious competitor for being a "good old-school PC emulator", I have to admit ... |
Makefile compilation fails with errors related to kvm.h. Including various paths from the linux-headers--common didn't help.
To reproduce: Git clone project, run make.
Device: Raspberry Pi running Raspios (32-bit) with kernel 5.10.x
The text was updated successfully, but these errors were encountered: