Creeper20428

Results 23 comments of Creeper20428

I'm guessing that the ACPI interpreter is failing (it's very strict, according to what I heard). According to osdev.org, the ACPI tables seem to be very complex. Couldn't we just...

I think I figured out why some OSes don't work when ACPI is enabled. It's not the emulator's fault (although it might be -- you never know). Early OSes have...

Then what's the problem? Is there an I/O port that's mis-reading/writing? And BTW, how do you debug things like this?

Is it ACPI or APIC? In the code, I saw "APIC" in acpi.js.

I have one from a while ago -- it still has traces of the dynamic translator in it. So, let me get these things straight: Windows XP doesn't boot because...

https://www.dropbox.com/s/k970phbvyk6erdy/os2.img.vmdk?dl=0 That's the file (I made it in QEMU)

So Win XP doesn't boot because of APIC problems and OS/2 doesn't boot because of far call gates.

Sounds fun!

I did some research yesterday and I discovered this: http://lifehacker.com/5827222/jpc-2-lets-your-run-windows-xp-and-ubuntu-in-your-web-browser I just thought it was interesting. Unfortunately, it's not up anymore :(

Actually, from what I saw, it worked more like the Windows 98 demo: http://copy.sh/v86?profile=windows98 I looked a bit more and apparently, it emulates the code, but loads the hard disk...