VOGONS

Common searches


Search results

Display options

Re: UniPCemu Windows 95/NT progress and issues

in PC Emulation
Microsoft documentation on Bug Check 0x7B holds the explanation for the "garbage", it's an UNICODE_STRING structure holding a pointer to the actual string. OK. So the string is at E1101688h with 44h out of 46h bytes used? Yeah that's what I was thinking as well. The Microsoft page says this could …

Re: Step-by-step guide to QEMU and QEMU-3dfx for artards?

in PC Emulation
The previous thread about qemu-3dfx may be worth a look if you haven't seen it. There's talk about this compilation stuff and maybe you can get some explanation about why things are like they are :D As for tutorial, the one in the README should mostly "just work" but that's Linux. I wouldn't think …

Re: Getting UniPCemu up and running

in PC Emulation
FWIW the P2/i440fx/patched Bochs combination seems ok with the latest commits. SeaBIOS has trouble detecting the drives though (the boot menu is empty), that's starting with (UniPCemu) commit 52008e43 it looks like. Tried it with multiple SeaBIOS versions too (with 0.3.0 being the oldest one) and …

Re: Getting UniPCemu up and running

in PC Emulation
OK here's how to make SeaBIOS to execute the VGA optrom, so that we actually get to see something on VGA. I noticed that in the old SeaBIOS versions there's this switch called CONFIG_OPTIONROMS_DEPLOYED, that's needed to run optroms in old qemu versions (and Bochs). The switch was removed in commit …

Re: Getting UniPCemu up and running

in PC Emulation
Something I came across on Hacker News... Here's a Linux image with a modern kernel that actually manages to boot: https://ocawesome101.github.io/486-linux.html Didn't have much luck getting Linux going in UniPCemu until I came across this one.

Re: Making WineD3D on Windows for Win32

in PC Emulation
How to apply the mentioned patch on first post? Well it says to use git, so wouldn't that be just something like "git apply /path/to/patch.txt"? (yes can be done with a text editor too, but that gets old real quick...) Btw Bruno, I got your pm about WineD3D a bit late and then couldn't even reply …

Re: x86 local apic and/or io apic issues?

in PC Emulation
Well well, so jessie is recent enough to have systemd... The kernel got as far as trying to launch the first userland process (init, PID 1). And systemd init then launches a whole bunch of daemons that are listed in your pic 1531. In your first pic there's that __do_page_fault call in the trace (and …

Re: x86 local apic and io apic diagnostics?

in PC Emulation
Idk if it helps much but you could try using the kernel parameter "apic=debug", it should yield some more information. There's lot more of them listed in Documentation/kernel-parameters.txt. How do I pass that to the kernel when booting the installation cd-rom? I'm using the debian jessie i386-cd-1 …

Page 2 of 16