I was wondering about the first few DOS Command & Conquer games because they don't look nearly as graphic intensive as Warcraft II, so maybe. The only one I played is where you could have the Russian girl that would go into a building, fire a few shots, come out and the building would collapse. I haven't played it in a while though.DaMummy said:whoa whoa whoa whoa whoa....WHOA....we can port carmageddon to the pandora? and of course ANY C&C game would be great as well
No, this isn't about porting - you need source code to port something, and most of the games mentioned in this thread do not have source code available*.DaMummy said:whoa whoa whoa whoa whoa....WHOA....we can port carmageddon to the pandora? and of course ANY C&C game would be great as well
Red Alert was great, hope to get that and C&C working. I'd kill to have Tiberian Sun, but it doesn't look possible. Maybe Pandora 2.second exodous said:I was wondering about the first few DOS Command & Conquer games because they don't look nearly as graphic intensive as Warcraft II, so maybe. The only one I played is where you could have the Russian girl that would go into a building, fire a few shots, come out and the building would collapse. I haven't played it in a while though.DaMummy said:whoa whoa whoa whoa whoa....WHOA....we can port carmageddon to the pandora? and of course ANY C&C game would be great as well
Unless Intel does something magical with the x86 and makes it use so little power by the time Pandora 2 comes out then I don't think this will be a possibility.Tensuke said:I'd kill to have Tiberian Sun, but it doesn't look possible. Maybe Pandora 2.
It goes against most of my principles to say this, but a Pandora 2 will probably be a multi-core system with a significantly higher clock rate. x86 emulation will probably have advanced enough that emulating Tiberian Sun (and other earlier Windows programs) is a piece of cake.second exodous said:Unless Intel does something magical with the x86 and makes it use so little power by the time Pandora 2 comes out then I don't think this will be a possibility.Tensuke said:I'd kill to have Tiberian Sun, but it doesn't look possible. Maybe Pandora 2.
Well, that or the Wine project does something magical to get it running on an ARM chip.
This project being improved has more possibility than the other two however. I think every RTS has an interpreter.
The Wine project is old, and it has hit 1.0 a while ago, but little is being done to implement it on other architectures. This is the only big windows 'compatibility layer' and it still requires a x86 processor to run.WizardStan said:It goes against most of my principles to say this, but a Pandora 2 will probably be a multi-core system with a significantly higher clock rate. x86 emulation will probably have advanced enough that emulating Tiberian Sun (and other earlier Windows programs) is a piece of cake.second exodous said:Unless Intel does something magical with the x86 and makes it use so little power by the time Pandora 2 comes out then I don't think this will be a possibility.Tensuke said:I'd kill to have Tiberian Sun, but it doesn't look possible. Maybe Pandora 2.
Well, that or the Wine project does something magical to get it running on an ARM chip.
This project being improved has more possibility than the other two however. I think every RTS has an interpreter.
I reckon the only thing stopping them porting to ARM is grunt to emulate 486 & Pentium. As soon as ARMs are delivered that *can* emulate, WINE will have an emulation layer.second exodous said:The Wine project is old, and it has hit 1.0 a while ago, but little is being done to implement it on other architectures. This is the only big windows 'compatibility layer' and it still requires a x86 processor to run.WizardStan said:It goes against most of my principles to say this, but a Pandora 2 will probably be a multi-core system with a significantly higher clock rate. x86 emulation will probably have advanced enough that emulating Tiberian Sun (and other earlier Windows programs) is a piece of cake.second exodous said:Unless Intel does something magical with the x86 and makes it use so little power by the time Pandora 2 comes out then I don't think this will be a possibility.Tensuke said:I'd kill to have Tiberian Sun, but it doesn't look possible. Maybe Pandora 2.
Well, that or the Wine project does something magical to get it running on an ARM chip.
This project being improved has more possibility than the other two however. I think every RTS has an interpreter.
I hope that ARM handhelds and maybe ARM Desktops cut servilely into the x86 market creating a need for Wine community to get their Windows 'compatibility layer' on ARM, but Intel won't give up without a fight, hence the Atom, underpowered to create the illusion it's low powered.
gp32rich said:I reckon the only thing stopping them porting to ARM is grunt to emulate 486 & Pentium. As soon as ARMs are delivered that *can* emulate, WINE will have an emulation layer.
But that's still (chip) versions away.
Yes, i386 is easy to emulate :rolleyes: I invite you to give it a try. Also having a simulator that can boot an OS isn't that much harder than simulating i386 at user level. You don't care what the OS is, you just provide enough peripherals for it to boot and add MMU/interrupts to your simulator.second exodous said:DOS is a lot easier to emulate than Windows is, DOS has well documented open variants where Windows does not. It will take a lot more horse power to emulate an x86 architecture and then a closed OS on top of that.
Emulating a architecture isn't that hard, it's doing that and then the OS on top of it. Both take huge performance hits, so in the end you need to have that much faster of a chip.
Emulating i386 and i486 is still emulating x86 isn't it? Also, they are both 32 bit, just like every x86 chip before recently moving to 64bit in this decade.Laurent said:Yes, i386 is easy to emulate :rolleyes: I invite you to give it a try. Also having a simulator that can boot an OS isn't that much harder than simulating i386 at user level. You don't care what the OS is, you just provide enough peripherals for it to boot and add MMU/interrupts to your simulator.second exodous said:DOS is a lot easier to emulate than Windows is, DOS has well documented open variants where Windows does not. It will take a lot more horse power to emulate an x86 architecture and then a closed OS on top of that.
Emulating a architecture isn't that hard, it's doing that and then the OS on top of it. Both take huge performance hits, so in the end you need to have that much faster of a chip.
And emulating DOS would probably be harder than using QEMU + Wine since you'll have to simulate at the system level given how various extenders play with MMU (at least that's my understanding); and since you have to go to that level your emu will be slower.
Anyway, both DOS simulation and QEMU + Wine wouldn't target the same programs to simulate. So both are needed
Laurent said:What's your point? I was sarcastic here: even i386 is a pain to simulate efficiently.
No problem But I still disagree; simulating Windows is easier:second exodous said:Ohh, I see. What I meant is emulating Windows is a lot harder than the x86 architecture, I didn't mean to make it sound like it was easy to do. Didn't see your sarcasm since I didn't re-read what I wrote.