RE: [Mono-list] Mono port to other OS

2005-08-13 Thread Thomas Krause
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Molaro Sent: Friday, August 12, 2005 4:22 PM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] Mono port to other OS On 08/10/05 Thomas Krause wrote: This architecture makes some things very easy. For example I don't need to implement context

Re: [Mono-list] Mono port to other OS

2005-08-12 Thread Paolo Molaro
On 08/10/05 Thomas Krause wrote: This architecture makes some things very easy. For example I don't need to implement context switching (kernel mode / user mode), because direct memory access will never occur in the CIL, but only in the jitted code, which (as long as the jitter works

Re: [Mono-list] Mono port to other OS

2005-08-09 Thread Paolo Molaro
On 08/09/05 Thomas Krause wrote: Assuming I would want to port Mono to another OS platform, what would I need to do / implement exactly? Depends which OS you're talking about and whether the jit already works on the same kind of cpu. I know that the SSCLI (Rotor) from Microsoft has a PAL

Re: [Mono-list] Mono port to other OS

2005-08-09 Thread Miguel de Icaza
Hello, The toplevel README file in the mono module has the directory structure explained. The docs/ directory contains some files that may be useful, too. I have added the contents of this post to the Porting page in the Mono Wiki. Or is there a good book about Mono that covers the

RE: [Mono-list] Mono port to other OS

2005-08-09 Thread Thomas Krause
, System.Data, ...), but for the beginning I should not need these). Thanks, Thomas Krause -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Molaro Sent: Tuesday, August 09, 2005 7:03 PM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] Mono port