slaeshjag
¯\_(ツ)_/¯
I have had most success with setting the network card to a Realtek 8139, those drivers are everywere on the net.
Hey Tuki,
I have isos of the original CDs and am using Qemu with Windows 95 to run them. Ran the setup file on CD1 to install and haven't had any trouble. The original CDs are named EXPRESS1, EXPRESS2 and EXPRESS3 and the root directory of EXPRESS 1 has the following files:
DATA <DIR>
DOS <DIR>
WINDOWS <DIR>
AUTORUN.INF
CD1.HPF
MAKINGOF.AVI
README.TXT
SETUP.EXE
Great to meet another fan of the game cause it's one of the best ones ever made and way underappreciated. Hope this helps and good luck!
/mnt/utmp/qemu/bin/qemu -hda yourwindowsImage.qcow2 -net nic -soundhw sb16 -m 128 -no-acpi -no-hpet -balloon none -cpu pentium
Hey tuki,
I am clocked to 1000 and using the following sb16 drivers from the wiki
http://www.claunia.c...rs/w9x_sb16.zip
Sound is working great for me and I haven't run into any issues after a few hours of play.
I always keep my Pandora clocked to 1000 but you could probably get away with less for Last Express.
Good news! The newest rc4 of qemu 1.1 supports armhosts again, so I'll build it in the next days and will see how it performs. Hopefully it will be a bit faster. But at least it should be more stable.
Edit: I'm also planning to build in support for all available targets, what will be able to emulate powerpc, arm, mips, etc. But will lead to a 22 MB pnd.
You will be able to select the emulated architecture in the launcher then, too.
I don't think so, but I don't have the time to experiemnt a lot with it. I will try though
Lunixbochs once said he got something working in usermode but it didn't really work...
Maybe with this version it will be possible but no promises.
Emulating a linux with wine will not be faster than emulating windows directly I think.
Plz use for Windows95 Installation this
http://boards.openpa...640#entry149280
i tested this on my Pandora and works perfectly.
I have a Tip for your Networking Problems too.
-Start QemuPND and when the GUI appear go to the Linux Terminal
-the Qemu Binary will be now executable at /mnt/utmp/qemu/bin/qemu
-you can now start your Windows Image with this Command
Code:/mnt/utmp/qemu/bin/qemu -hda yourwindowsImage.qcow2 -net nic -soundhw sb16 -m 128 -no-acpi -no-hpet -balloon none -cpu pentium
the Option "-net nic" emulates a standart NE2000 Combatible Network Card that Card can be used with Windows/Dos/ReactOS/Linux but Windows and ReactOS have Drivers for this and for Dos must you search
(i know that it work because i had a ne2000 card long Time before in reality and played descent 1 in Network over this)
otherwise Try the Additional Option in Qemu Gui
-net nic ^_^
I testet the Network thing on PC with Qemu Manager and it work perfektly for Internet Connetions with Qemu ^_^
On Pandora i must test this when i have bit more Time,but it should work :rolleyes:
You don't emulate a whole system, only the userspace - i.e. libraries and the program itself. It makes the whole thing way less complex and therefore more efficient, stuff like key events and data to display on screen can be passed directly and don't need to go through emulated hardware devices and drivers first. In cases where Wine has kind of the same performance this should be much faster.Emulating a linux with wine will not be faster than emulating windows directly I think.