|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Where might I find a RiscOS3 (Acorn Arc) port ?
--
Rick
Kitty5 NewMedia http://Kitty5.co.uk
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.426 / Virus Database: 239 - Release Date: 02/12/2002
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
No clue. I remember my grandpa running a pc emulator with win95 on an Acorn
many years ago. I was very impressed that such a small box could actually do
that. For CISC machines not that hard to emulate a RISC machine. The other
way around is another story! BTW my grandpa was almost eighty years at
that time and he's become a true computer nerd doing all kinds of things
with computers only people like "us" would do!
"Rick [Kitty5]" <ric### [at] kitty5com> wrote in message
news:3df2a673@news.povray.org...
> Where might I find a RiscOS3 (Acorn Arc) port ?
>
> --
>
> Rick
>
> Kitty5 NewMedia http://Kitty5.co.uk
> POV-Ray News & Resources http://Povray.co.uk
> TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
>
> PGP Public Key
> http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.426 / Virus Database: 239 - Release Date: 02/12/2002
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3df3e6ca$1@news.povray.org> , "Apache"
<apa### [at] yahoocom> wrote:
> No clue. I remember my grandpa running a pc emulator with win95 on an Acorn
> many years ago. I was very impressed that such a small box could actually do
> that. For CISC machines not that hard to emulate a RISC machine. The other
> way around is another story!
No, actually the other way around it the easy part. Emulating a CISC on a
RISC system is easy. Emulating a RISC system on a CISC system is difficult.
Of course I am talking in terms of a _fast_ emulation. Some slow emulation
is easy in either case as one can just write it in C and run everywhere. A
fast emulation requires to generate native code. And it is easy to generate
good native code for a CISC system on a RISC system. The other way around
you already run into problems as you most likely don't have enough registers
on the CISC system to store all the emulated RISC registers in...
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Then why is emulating a mac on a intel so difficult? I've tried to find out
if there is any way to run OSX on an intel machine and I haven't found one
yet!
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3df3ea89@news.povray.org...
> In article <3df3e6ca$1@news.povray.org> , "Apache"
> <apa### [at] yahoocom> wrote:
>
> > No clue. I remember my grandpa running a pc emulator with win95 on an
Acorn
> > many years ago. I was very impressed that such a small box could
actually do
> > that. For CISC machines not that hard to emulate a RISC machine. The
other
> > way around is another story!
>
> No, actually the other way around it the easy part. Emulating a CISC on a
> RISC system is easy. Emulating a RISC system on a CISC system is
difficult.
> Of course I am talking in terms of a _fast_ emulation. Some slow
emulation
> is easy in either case as one can just write it in C and run everywhere.
A
> fast emulation requires to generate native code. And it is easy to
generate
> good native code for a CISC system on a RISC system. The other way around
> you already run into problems as you most likely don't have enough
registers
> on the CISC system to store all the emulated RISC registers in...
>
> Thorsten
>
> ____________________________________________________
> Thorsten Froehlich, Duisburg, Germany
> e-mail: tho### [at] trfde
>
> Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 9 Dec 2002 07:56:26 +0100, "Apache"
<apa### [at] yahoocom> wrote:
>Then why is emulating a mac on a intel so difficult? I've tried to find out
>if there is any way to run OSX on an intel machine and I haven't found one
>yet!
Someone has to do it, but who would want to have a Mac if they already
have a PC? :)
*ducks*
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3df436ba$1@news.povray.org> , "Apache"
<apa### [at] yahoocom> wrote:
> Then why is emulating a mac on a intel so difficult?
Because you need the Apple firmware (aka bios) and you cannot just copy it
because that would be illegal?
Apart from that, I said emulating a RISC processor on a CISC processor is
difficult.
> I've tried to find out
> if there is any way to run OSX on an intel machine and I haven't found one
> yet!
Google helps ... i.e. <http://www.google.com/search?q=Mac+powerpc+emulator>
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich wrote:
> In article <3df436ba$1@news.povray.org> , "Apache"
> <apa### [at] yahoocom> wrote:
>
>> Then why is emulating a mac on a intel so difficult?
>
> Because you need the Apple firmware (aka bios) and you cannot just
> copy it because that would be illegal?
If you own the relavent hardware then you can make a backup for emulation
purposes, OTOH I am sure any commercial OSX capable emulator will ship with
a rom card
--
Rick
Kitty5 NewMedia http://Kitty5.co.uk
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.427 / Virus Database: 240 - Release Date: 06/12/2002
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3df436ba$1@news.povray.org>,
"Apache" <apa### [at] yahoocom> wrote:
> Then why is emulating a mac on a intel so difficult? I've tried to find out
> if there is any way to run OSX on an intel machine and I haven't found one
> yet!
Your question doesn't make sense, I'm gussing you didn't read things
closely enough. As Thorsten said, "Emulating a CISC on a RISC system is
easy. Emulating a RISC system on a CISC system is difficult."
This is why you have things like VirtualPC, but no VirtualMac. Emulating
a Mac on an Intel processor is trying to emulate a RISC system on a CISC
one.
--
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wasn't it Thorsten Froehlich who wrote:
>In article <3df3e6ca$1@news.povray.org> , "Apache"
><apa### [at] yahoocom> wrote:
>
>> No clue. I remember my grandpa running a pc emulator with win95 on an Acorn
>> many years ago. I was very impressed that such a small box could actually do
>> that. For CISC machines not that hard to emulate a RISC machine. The other
>> way around is another story!
>
>No, actually the other way around it the easy part. Emulating a CISC on a
>RISC system is easy. Emulating a RISC system on a CISC system is difficult.
>Of course I am talking in terms of a _fast_ emulation. Some slow emulation
>is easy in either case as one can just write it in C and run everywhere. A
>fast emulation requires to generate native code. And it is easy to generate
>good native code for a CISC system on a RISC system. The other way around
>you already run into problems as you most likely don't have enough registers
>on the CISC system to store all the emulated RISC registers in...
I thought he wanted a POV port for RicsOS. There is a RiscOS 3.11 port
that runs under Windows available under the names "VirtualA5000" and
"VirtualAcorn".
--
Mike Williams
Gentleman of Leisure
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> No clue. I remember my grandpa running a pc emulator with win95 on an Acorn
> many years ago. I was very impressed that such a small box could actually do
> that. For CISC machines not that hard to emulate a RISC machine. The other
> way around is another story! BTW my grandpa was almost eighty years at
> that time and he's become a true computer nerd doing all kinds of things
> with computers only people like "us" would do!
You sure he didn't just have a PC card in his Arc?
That's the usual way I've seen of running PC stuff on Acorns.
Jamie.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |