VOGONS

Common searches


Search results

Display options

386 Turbo Utility

I have a 386 Baby Screamer Series 42 motherboard that seems to have the turbo stuck off. The usual keyboard controls (Control alt +/-, etc), the turbo jumper, and the BIOS options don't do anything to change it. Short story, I was wondering if anybody has a software utility to set the turbo state on …

Re: 386 / 387 Concurrency

The Pentium is much better documented on the overlap, latency and throughput. The FXCH trick is basically that you can start an op like FMUL, swap it out of the way using FXCH during the same cycle, and start a new FMUL the next cycle. It gets around the x87's need to use the top of the stack, which …

Re: 386 / 387 Concurrency

The coordination is automatic (unlike the 8087, which needed those FWAITs or bad things would happen). But its up to the programmer to not give two float ops in a row. I reran my tests from last year. CPU is an AMD-40 (running at 33 mhz). These tests look like this (forgive my rather poor assembly …

Re: 386 / 387 Concurrency

The asynchronous terminology usually refers to the fact that the Intel 387s could be run at a different speed than the 386. They can run within 10/16 to 16/10 the 386 clock speed. This feature was hardly used at all. The clones probably simplified their design a lot by skipping it. I've seen similar …

386 / 387 Concurrency

I'm interested in this from an optimization point of view, but thought the emulation crowd would also find it useful for cycle accurate emulation, and might know about it already. It may also apply to some extent to the 286 and 486. When the 386 encounters a coprocessor instruction, it hands it to …

Re: ATI 3D Rage Pro wrapper?

I took a look at the links.. unfortunately, this chipset seems to be at the dawn of the era where the makers got very stingy with releasing information, and I don't see the actual SDK floating around, even though it is referenced. I think you'd need to find that to get anywhere. You can always try …

Re: Seeking Space Orb 360 drivers/software

I'd avoid the driver detectives like the plague. If they do nothing, you'd be lucky; more likely they malware. At best, they've just scraped up most of the same drivers you can find yourself. Same with BIOS update services. Nobody is developing 3rd party BIOSes and very very few are doing third …

Page 1 of 2