VOGONS

Common searches


Search results

Display options

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 …

Re: SeaBIOS booting progress on 86Box!

in PC Emulation
I don't see much sense in trying to approximate the "look and feel" of the old BIOSes, but that's also a possibility. Whaddaya mean you don't want lurid green and purple menus? lol I actually think that from a purely aesthetic pov it could be great (consider the talent in the demoscene!), it's just …

Re: SeaBIOS booting progress on 86Box!

in PC Emulation
I might be wrong but SeaBIOS doesn't seem very DOS/Win9x oriented. The original BIOSes *should* be a safe bet in terms of compatibility I wouldn't be surprised if I heard that the SeaBIOS developers aren't all that interested in DOS/Win9x, but I can't recall too many problems with Qemu + SeaBIOS …

Re: SeaBIOS booting progress on 86Box!

in PC Emulation
Thank you, nice to have something a bit more concrete than just my guesstimates about it :D For emulators, there are a couple of other considerations: I might be wrong but SeaBIOS doesn't seem very DOS/Win9x oriented. The original BIOSes *should* be a safe bet in terms of compatibility The original …

Page 2 of 16